Skip to content

Commit

Permalink
Bump to v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliia Khaprov committed Jan 12, 2023
1 parent 4e4a9fd commit b78e17e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.9.1
__Version:__ 4.10.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/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.9.1
__Version:__ 4.10.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.9.1
@version 4.10.0

@doc
[![Hex.pm](https://img.shields.io/hexpm/v/prometheus.svg?maxAge=2592000?style=plastic)](https://hex.pm/packages/prometheus)
Expand Down
11 changes: 10 additions & 1 deletion doc/prometheus_text_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Example output:
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#content_type-0">content_type/0</a></td><td>
Returns content type of the latest [text format](http://bit.ly/2cxSuJP).</td></tr><tr><td valign="top"><a href="#format-0">format/0</a></td><td>
Formats <code>default</code> registry using the latest text format.</td></tr><tr><td valign="top"><a href="#format-1">format/1</a></td><td>
Formats <code>Registry</code> using the latest text format.</td></tr></table>
Formats <code>Registry</code> using the latest text format.</td></tr><tr><td valign="top"><a href="#render_labels-1">render_labels/1</a></td><td></td></tr></table>


<a name="functions"></a>
Expand Down Expand Up @@ -81,3 +81,12 @@ format(Registry::<a href="http://www.erlang.org/edoc/doc/prometheus/doc/promethe

Formats `Registry` using the latest text format.

<a name="render_labels-1"></a>

### render_labels/1 ###

<pre><code>
render_labels(B::binary() | [<a href="http://www.erlang.org/edoc/doc/prometheus/doc/prometheus_model.html#type-LabelPair">prometheus_model:'LabelPair'()</a> | binary()]) -&gt; binary()
</code></pre>
<br />

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.9.1",
version: "4.10.0",
description: description(),
package: package(),
deps: deps()]
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.9.1"},
{vsn, "4.10.0"},
{registered, []},
{mod, { prometheus, []}},
{applications,
Expand Down

0 comments on commit b78e17e

Please sign in to comment.