Commits
Branch selector
User selector
Commit History
Commits on Feb 14, 2019
Add TLS client certificate auth handler
Show description for 05c0659committedFix deadlock on gcCollector (#371)
Show description for 2181e9eauthored andcommitted
Commits on Jan 18, 2019
Fix SyntaxWarning due to unescaped sequence (#366)
Show description for 4aa1936authored andcommitted
Commits on Jan 8, 2019
Added metrics to MetricFamily exceptions to fix #362 (#364)
Show description for 4884cb3authored andcommitted
Commits on Jan 7, 2019
parser: ensure samples are of type Sample (#358)
Show description for f5e818aauthored andcommitted
Commits on Jan 4, 2019
Make the format strings compatible with Python 2.6 (#361)
Show description for 2230511authored andcommitted
Commits on Dec 11, 2018
Fix thread leak in Python 3.7 #340 (#356)
Show description for 5aa256dauthored andcommitted
Commits on Dec 6, 2018
Release 0.5.0
Show description for d7c70f2committed
Commits on Dec 5, 2018
Check that quantile and le labels have Go %g syntax, with .0 (#346)
Show description for 9c19f81authored
Commits on Nov 22, 2018
Check for negative counter-like, guage histogram, and quantile values. (#338)
Show description for 752c7bfauthored
Commits on Nov 21, 2018
Refactor MetricWrapper magic to class hierarchy
Show description for 624bb61authored andcommittedRefactor everything out from `core.py` (but keep it for re-exports)
Show description for b4d6020authored andcommittedRun isort
Show description for 1d0168bauthored andcommitted
Commits on Nov 16, 2018
Avoid re-entrant calls to GC collector's callback (#343)
Show description for 33bc65bauthored andcommitted
Commits on Nov 7, 2018
Permit subclassing of MetricsHandler (#339)
Show description for a50f3e4authored andcommitted
Commits on Oct 23, 2018
flake8 compliance (#331)
Show description for 1fbb1f3authored andcommitted
Commits on Oct 18, 2018
Limit memory reads for mmaped files (#329)
Show description for 38e9f48authored andcommitted
Commits on Oct 17, 2018
In multiprocess mode, ensure that metrics initialise to the correct (#328)
Show description for 3088bc1authored andcommitted
Commits on Oct 15, 2018
Release 0.4.2
Show description for d737da7committedUpdate CONTRIBUTING.md for DCO, test, and lint (#326)
Show description for 687c601authored andcommittedEnable flake8 import lint checking (#327)
Show description for 428cf1bauthored andcommitted
Commits on Oct 11, 2018
Code style fixups (#325)
Show description for fd11c49authored andcommittedDisable GCCollector in multiprocess mode (#324)
Show description for 48cbd38authored andcommitted
Commits on Oct 9, 2018
Release 0.4.1
Show description for 7674ab3committedRemove duplicate code (#320)
Show description for 9e65e88authored andcommitted
Commits on Oct 8, 2018
Fix import of openmetrics, and make accept handling more general. (#318)
Show description for 9021384authored
Commits on Oct 3, 2018
Release 0.4.0
Show description for d2c0d3ecommittedMerge pull request #306 from prometheus/openmetrics
Show description for 80a3944authoredUpdate OM content type.
Show description for 283ba23committedDrop samples with duplicate timestamps, presumably due to truncation
Show description for 5c5c3e2committedSimplify code a bit
Show description for f4c08cdcommittedCheck bucket rules are being followed
Show description for a61233dcommittedCheck ordering within groups.
Show description for 1ebdaf9committedCheck samples are grouped, untyped isn't used, and for invalid/missing le/quantile values.
Show description for c7bfebccommittedCheck for non-real timestamps
Show description for afe09a3committed