Skip to content

Commit

Permalink
Readme: Add release/changelog link
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Thoma <info@martin-thoma.de>
  • Loading branch information
MartinThoma committed May 17, 2021
1 parent 6df81ae commit 453153a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,3 +594,8 @@ for family in text_string_to_metric_families(u"my_gauge 1.0\n"):
for sample in family.samples:
print("Name: {0} Labels: {1} Value: {2}".format(*sample))
```

## Links

* [Releases](https://github.com/prometheus/client_python/releases): The releases page shows the history of the project and acts as a changelog.
* [PyPI](https://pypi.python.org/pypi/prometheus_client)

0 comments on commit 453153a

Please sign in to comment.