We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6df81ae + 453153a commit 9118c02Copy full SHA for 9118c02
README.md
@@ -594,3 +594,8 @@ for family in text_string_to_metric_families(u"my_gauge 1.0\n"):
594
for sample in family.samples:
595
print("Name: {0} Labels: {1} Value: {2}".format(*sample))
596
```
597
+
598
+## Links
599
600
+* [Releases](https://github.com/prometheus/client_python/releases): The releases page shows the history of the project and acts as a changelog.
601
+* [PyPI](https://pypi.python.org/pypi/prometheus_client)
0 commit comments