8000 New description added. New version segment showing version of modific… · Litebox-official/client_python@d398e57 · GitHub
[go: up one dir, main page]

Skip to content

Commit d398e57

Browse files
author
Алексей Пермяков
committed
New description added. New version segment showing version of modification
1 parent 0497442 commit d398e57

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ dist
77
.coverage
88
.tox
99
.*cache
10-
htmlcov
10+
htmlcov
11+
.idea

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Prometheus Python Client
22

3-
The official Python 2 and 3 client for [Prometheus](http://prometheus.io).
3+
Fork of an official client who can use Redis as a repository. It may be useful if you need to collect metrics
4+
from different application instances that do not have a common parent process.
45

56
## Three Step Demo
67

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111

1212
setup(
13-
name="prometheus_client",
14-
version="0.7.1",
13+
name="lb_prometheus_client",
14+
version="0.7.1.1",
1515
author="Brian Brazil",
1616
author_email="brian.brazil@robustperception.io",
1717
description="Python client for the Prometheus monitoring system.",

0 commit comments

Comments
 (0)
0