Commits
User selector
Commit History
Commits on Mar 21, 2023
Extend type forwarding to other context managers (#903)
Show description for c48e26eauthored
Commits on Feb 24, 2023
Fix typo
Show description for 8fa9b2acommitted
Pavel Sapezhka
Commits on Feb 6, 2023
Add type annotations to parser.py
Show description for 66ecd51committed
Commits on Jan 19, 2023
Allow tuples of exceptions in ExceptionCounter
Show description for 8a27f80committed
Commits on Dec 22, 2022
Merge pull request #872 from prometheus/parse-missing-space
Show description for ba34fadauthoredMerge pull request #804 from butlerx/multi-process-help
Show description for 781e3e1authored
Commits on Dec 21, 2022
Allow Prometheus parser to handle missing space
Show description for ff23948committed
Commits on Dec 6, 2022
Merge pull request #865 from evgenymarkov/upgrade-deps
Show description for d6e08e3authored
Commits on Dec 4, 2022
Upgrade dependencies, fix types
Show description for 5ed71d8committedFix wrong encoder used with `application/openmetrics-text` accept header
Show description for bab1f3bcommitted
Commits on Nov 14, 2022
Reduce the mmap minimum size
Show description for 8f29782committed
Commits on Oct 11, 2022
Remove choose_formatter before 0.15.0 release
Show description for 3babf4bcommittedAdd tls_auth_handler for push gateway
Show description for 82eca8fcommitted
Commits on May 3, 2022
Support metric help text in multiprocess mode
Show description for f6a2b4acommitted
Commits on Apr 25, 2022
Add `sum`, `livemin`, and `livemax` multiprocess modes for `Gauge`s (#794)
Show description for 5a5261dauthored
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