Skip to content

Commit

Permalink
Merge pull request #655 from MartinThoma/changelog-docs
Browse files Browse the repository at this point in the history
Readme: Add release/changelog link
  • Loading branch information
csmarchbanks authored May 17, 2021
2 parents 6df81ae + 453153a commit 9118c02
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 9118c02

Please sign in to comment.