8000 Merge pull request #655 from MartinThoma/changelog-docs · paraizofelipe/client_python@9118c02 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9118c02

Browse files
authored
Merge pull request prometheus#655 from MartinThoma/changelog-docs
Readme: Add release/changelog link
2 parents 6df81ae + 453153a commit 9118c02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,3 +594,8 @@ for family in text_string_to_metric_families(u"my_gauge 1.0\n"):
594594
for sample in family.samples:
595595
print("Name: {0} Labels: {1} Value: {2}".format(*sample))
596596
```
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

Comments
 (0)
0