Commits
User selector
Commit History
Commits on Apr 8, 2022
Rename choose_formatter back to choose_encoder
Show description for ff2e7a4committed
Commits on Apr 5, 2022
Merge pull request #774 from prometheus/disable-created-series
Show description for 1aee355authored
Commits on Mar 9, 2022
Simplify type annotations for number types (#781)
Show description for 789b24aauthoredAdd support for gzip content-encoding (#776)
Show description for 3c91b3fauthored
Commits on Feb 16, 2022
Disable exporting of _created metrics via env var
Show description for a0cf10bcommittedCorrect minor typo in exception raised when exemplar labels too long (#773)
Show description for c044b88authored
Commits on Feb 11, 2022
Add type annotations to everything referenced in __init__.py (#771)
Show description for 4e0e7ffauthored
Commits on Feb 8, 2022
wsgi server: allow binding to ipv6 address (#657)
Show description for 39d2360authored
Commits on Feb 1, 2022
Add typing to Histogram/Summary/Gauge (#759)
Show description for ecb5dd9authored
Commits on Jan 28, 2022
Relax type constraints Timestamp
Show description for 557d123committedDeclare `registry` on `MetricWrapperBase` as `Optional` (#754)
Show description for b44b63eauthoredAdd missing functions/classes to __all__ (#757)
Show description for b3271a3authored
Commits on Jan 26, 2022
Use Iterable[Sample] for all sample collection
Show description for 304745fcommittedAllow labelvalues and labelkwargs to be Any type
Show description for 4b7811acommitted
Commits on Jan 18, 2022
Change to imports to fix go-to-declaration in editors (#747)
Show description for da15e4aauthored
Commits on Dec 15, 2021
Allow to add labels inside a context manager (#730)
Show description for 3ef865eauthored
Commits on Dec 1, 2021
Fix typing build errors
Show description for 7c44be2committedAnnotate few functions and methods (#705)
Show description for 822b8e9authored
Commits on Nov 18, 2021
Catch non-integer bucket/count values. (#726)
Show description for ff19604authored
Commits on Nov 17, 2021
Drop support for EOL Python 2.7 and 3.4-3.5 (#718)
Show description for 038b5bdauthored
Commits on Nov 12, 2021
Remove trailing slash from pushgateway URLs (#722)
Show description for a2042abauthored
Commits on Oct 29, 2021
Fix AssertionError: Status must be a string (#715)
Show description for 88cd785authoredMerge pull request #706 from hugovk/add-3.10
Show description for 6650d07authoredMerge pull request #669 from prometheus/exemplars
Show description for c8f1bd3authored
Commits on Oct 13, 2021
Remove redundant Python 2.6 code
Show description for a9800c4committed
Commits on Sep 15, 2021
Fix instance_ip_grouping_key not working on macOS (#687)
Show description for 09fb459authored
Commits on Jul 6, 2021
[#674, #675] Mitigate performance regression by filtering restricted registry collections (#680)
Show description for c49e55aauthored
Commits on Jul 1, 2021
[#674] Made the registry restriction handle newly added metrics. (#675)
Show description for e92fa05authored
Commits on Jun 17, 2021
Support exemplars for single process mode
Show description for fb35c5fcommitted
Commits on Jun 15, 2021
fix: error if the metrics are not observable (#666)
Show description for 9a24236authored
Commits on Jun 5, 2021
Allow counters to emit exemplars via OpenMetrics
Show description for 921fd67committed
Commits on Jun 1, 2021
Rename labelvalues to _labelvalues (#660)
Show description for 59025d0authored
Commits on May 26, 2021
Document implications of negative observations
Show description for 13f786acommitted
Commits on May 11, 2021
forego deletion if file isn't found
Show description for 20a31b4committed
Commits on May 10, 2021
make NT the exception
Show description for 1089530committed