Skip to content

Commit f861900

Browse files
committed
Bump to v4.6.0
1 parent aaa6fb4 commit f861900

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2016,2017 Ilya Khaprov <<[email protected]>>.
66

7-
__Version:__ 4.5.0
7+
__Version:__ 4.6.0
88

99
[![Hex.pm](https://img.shields.io/hexpm/v/prometheus.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus)
1010
[![Hex.pm](https://img.shields.io/hexpm/dt/prometheus.svg?maxAge=2592000)](https://hex.pm/packages/prometheus)
@@ -30,7 +30,6 @@ __Version:__ 4.5.0
3030
- [OS process info Collector](https://hex.pm/packages/prometheus_process_collector) (linux, freebsd, macos)
3131
- [Phoenix Instrumenter](https://hex.pm/packages/prometheus_phoenix)
3232
- [RabbitMQ Exporter](https://github.com/deadtrickster/prometheus_rabbitmq_exporter).
33-
- [DIAMETER Exporter](https://github.com/travelping/prometheus_diameter_collector).
3433

3534
## Dashboards
3635

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2016,2017 Ilya Khaprov <<[email protected]>>.
66

7-
__Version:__ 4.5.0
7+
__Version:__ 4.6.0
88

99
[![Hex.pm](https://img.shields.io/hexpm/v/prometheus.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus)
1010
[![Hex.pm](https://img.shields.io/hexpm/dt/prometheus.svg?maxAge=2592000)](https://hex.pm/packages/prometheus)

doc/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@copyright 2016,2017 Ilya Khaprov <<[email protected]>>.
22
@title Prometheus.io client for Erlang
3-
@version 4.5.0
3+
@version 4.6.0
44

55
@doc
66
[![Hex.pm](https://img.shields.io/hexpm/v/prometheus.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus)

doc/prometheus_vm_dist_collector.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,13 @@ The current state of the distribution link.<br />
128128
The state is represented as a numerical value where `pending=1`,
129129
`up_pending=2` and `up=3`.
130130

131-
* `erlang_vm_dist_node_queue_size_bytes`<br/>
132-
Type: gauge.<br/>
133-
The number of bytes in the output distribution queue.<br/>
131+
* `erlang_vm_dist_node_queue_size_bytes`<br />
132+
Type: gauge.<br />
133+
The number of bytes in the output distribution queue.<br />
134134
This queue sits between the Erlang code and the port driver.
135135

136136

137+
137138
### <a name="Configuration">Configuration</a> ###
138139

139140
Metrics exported by this collector can be configured via
@@ -191,4 +192,5 @@ Available options:
191192

192193
* `node_queue_size_bytes` for `erlang_vm_dist_node_queue_size_bytes`.
193194

195+
194196
By default all metrics are enabled.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Prometheus.Mixfile do
33

44
def project do
55
[app: :prometheus,
6-
version: "4.5.0",
6+
version: "4.6.0",
77
description: description(),
88
package: package()]
99
end

src/prometheus.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, prometheus,
22
[{description, "Prometheus.io client in Erlang"},
3-
{vsn, "4.5.0"},
3+
{vsn, "4.6.0"},
44
{registered, []},
55
{mod, { prometheus, []}},
66
{applications,

0 commit comments

Comments
 (0)