issues
search
claws
/
aioprometheus
A Prometheus Python client library for asyncio-based applications
175
stars
21
forks
source link
Fix histogram
#29
Closed
claws
closed
6 years ago
claws
commented
6 years ago
The changes in this merge request should fix #28.
Fix histogram to produce the expected cumulative results.
Fix histogram to sort metrics placing +Inf last followed by the count and then sum.
For consistency by report histogram values as float
Some cosmetic docs updates.
Bump version in preparation for a new release.
Style formatting fixes
The changes in this merge request should fix #28.