Skip to content

Commit

Permalink
Bump to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Apr 27, 2020
1 parent aaa6fb4 commit f861900
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

__Version:__ 4.5.0
__Version:__ 4.6.0

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

## Dashboards

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

__Version:__ 4.5.0
__Version:__ 4.6.0

[![Hex.pm](https://img.shields.io/hexpm/v/prometheus.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus)
[![Hex.pm](https://img.shields.io/hexpm/dt/prometheus.svg?maxAge=2592000)](https://hex.pm/packages/prometheus)
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@copyright 2016,2017 Ilya Khaprov <<[email protected]>>.
@title Prometheus.io client for Erlang
@version 4.5.0
@version 4.6.0

@doc
[![Hex.pm](https://img.shields.io/hexpm/v/prometheus.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus)
Expand Down
8 changes: 5 additions & 3 deletions doc/prometheus_vm_dist_collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,13 @@ The current state of the distribution link.<br />
The state is represented as a numerical value where `pending=1`,
`up_pending=2` and `up=3`.

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



### <a name="Configuration">Configuration</a> ###

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

* `node_queue_size_bytes` for `erlang_vm_dist_node_queue_size_bytes`.


By default all metrics are enabled.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Prometheus.Mixfile do

def project do
[app: :prometheus,
version: "4.5.0",
version: "4.6.0",
description: description(),
package: package()]
end
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, prometheus,
[{description, "Prometheus.io client in Erlang"},
{vsn, "4.5.0"},
{vsn, "4.6.0"},
{registered, []},
{mod, { prometheus, []}},
{applications,
Expand Down

0 comments on commit f861900

Please sign in to comment.