-
Notifications
You must be signed in to change notification settings - Fork 818
Comparing changes
Open a pull request
base repository: prometheus/client_python
base: v0.15.0
head repository: prometheus/client_python
compare: v0.16.0
- 18 commits
- 17 files changed
- 7 contributors
Commits on May 3, 2022
-
Support metric help text in multiprocess mode
Issue #211 Add support for storing the metrics help text in the multiprocess map. The help will come from the first process read, but it should be the same for all metrics. Signed-off-by: Cian Butler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6a2b4a - Browse repository at this point
Copy the full SHA f6a2b4aView commit details
Commits on Nov 14, 2022
-
Reduce the initial mmap file size from 1MiB to 64KiB. This should reduce the memory and disk overhead for larger numbers of multiprocess workers. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f29782 - Browse repository at this point
Copy the full SHA 8f29782View commit details
Commits on Nov 22, 2022
-
Merge pull request #853 from prometheus/superq/reduce_mmap_overhead
Reduce the mmap minimum size
Configuration menu - View commit details
-
Copy full SHA for 89552cd - Browse repository at this point
Copy the full SHA 89552cdView commit details
Commits on Dec 4, 2022
-
Fix wrong encoder used with
application/openmetrics-text
accept headerSigned-off-by: Radek Ježek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bab1f3b - Browse repository at this point
Copy the full SHA bab1f3bView commit details -
Upgrade dependencies, fix types
Signed-off-by: Evgeny Markov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ed71d8 - Browse repository at this point
Copy the full SHA 5ed71d8View commit details -
Signed-off-by: Evgeny Markov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a2c50f - Browse repository at this point
Copy the full SHA 9a2c50fView commit details
Commits on Dec 6, 2022
-
Merge pull request #864 from jezekra1/fix-asgi-app-openmetrics-encodi…
…ng-content-type Fix wrong encoder used with `application/openmetrics-text` accept header
Configuration menu - View commit details
-
Copy full SHA for 1dfc910 - Browse repository at this point
Copy the full SHA 1dfc910View commit details -
Merge pull request #865 from evgenymarkov/upgrade-deps
Upgrade development dependencies, fix some types
Configuration menu - View commit details
-
Copy full SHA for d6e08e3 - Browse repository at this point
Copy the full SHA d6e08e3View commit details
Commits on Dec 21, 2022
-
Allow Prometheus parser to handle missing space
If there is no delimiter separating the labels and value when parsing the Prometheus format the parser currently will chop off the first digit of the value. Instead, allow a missing delimiter in the Prometheus format to align with what the Go parser does. In addition, add a test to specifically check that a delimiter is still required in OpenMetrics. Signed-off-by: Chris Marchbanks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff23948 - Browse repository at this point
Copy the full SHA ff23948View commit details
Commits on Dec 22, 2022
-
The base image has also been moved to the new cimg repositories which are direct replacements for circleci. Signed-off-by: Chris Marchbanks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b387d04 - Browse repository at this point
Copy the full SHA b387d04View commit details -
Merge pull request #804 from butlerx/multi-process-help
Support metric help text in multiprocess mode
Configuration menu - View commit details
-
Copy full SHA for 781e3e1 - Browse repository at this point
Copy the full SHA 781e3e1View commit details -
Merge pull request #872 from prometheus/parse-missing-space
Allow Prometheus parser to handle missing space
Configuration menu - View commit details
-
Copy full SHA for ba34fad - Browse repository at this point
Copy the full SHA ba34fadView commit details -
Merge pull request #873 from prometheus/support-3.11
Add tests for Python 3.11
Configuration menu - View commit details
-
Copy full SHA for 4ab083e - Browse repository at this point
Copy the full SHA 4ab083eView commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75a0818 - Browse repository at this point
Copy the full SHA 75a0818View commit details -
Merge pull request #876 from karezachen/master
fix package name error
Configuration menu - View commit details
-
Copy full SHA for 1fd0ded - Browse repository at this point
Copy the full SHA 1fd0dedView commit details
Commits on Jan 19, 2023
-
Allow tuples of exceptions in ExceptionCounter
`ExceptionCounter.__exit__` kicks down to `isinstance`, which accepts either a single type or a tuple of types (or in Python 3.10, a UnionType). Update type annotations to reflect this. Signed-off-by: Jakob van Santen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a27f80 - Browse repository at this point
Copy the full SHA 8a27f80View commit details
Commits on Jan 23, 2023
-
Merge pull request #881 from jvansanten/count-multiple-exceptions
Allow tuples of exceptions in ExceptionCounter
Configuration menu - View commit details
-
Copy full SHA for 4f994ec - Browse repository at this point
Copy the full SHA 4f994ecView commit details -
Signed-off-by: Chris Marchbanks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd4da6c - Browse repository at this point
Copy the full SHA fd4da6cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.0...v0.16.0