-
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.11.0
head repository: prometheus/client_python
compare: v0.12.0
- 13 commits
- 20 files changed
- 5 contributors
Commits on Jun 5, 2021
-
Allow counters to emit exemplars via OpenMetrics
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 921fd67 - Browse repository at this point
Copy the full SHA 921fd67View commit details
Commits on Jun 15, 2021
-
fix: error if the metrics are not observable (#666)
Signed-off-by: Pietro De Nicolao <pd@bendingspoons.com>
Configuration menu - View commit details
-
Copy full SHA for 9a24236 - Browse repository at this point
Copy the full SHA 9a24236View commit details
Commits on Jun 17, 2021
-
Support exemplars for single process mode
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb35c5f - Browse repository at this point
Copy the full SHA fb35c5fView commit details
Commits on Jul 1, 2021
-
[#674] Made the registry restriction handle newly added metrics. (#675)
* Made the registry restriction handle new metrics. * Made `restricted_metric()` private. Signed-off-by: Pavel <pavel@lexyr.com>
Configuration menu - View commit details
-
Copy full SHA for e92fa05 - Browse repository at this point
Copy the full SHA e92fa05View commit details
Commits on Jul 6, 2021
-
[#674, #675] Mitigate performance regression by filtering restricted …
…registry collections (#680) * Made restricted registries call collect() only on relevant collections. * Added a skip-if for a test that won't run on Python 2.7. * Moved yielding target_info out of the lock. * Fixed style and a race condition. Signed-off-by: Pavel <pavel@lexyr.com>
Configuration menu - View commit details
-
Copy full SHA for c49e55a - Browse repository at this point
Copy the full SHA c49e55aView commit details
Commits on Sep 15, 2021
-
Fix instance_ip_grouping_key not working on macOS (#687)
* Fix instance_ip_grouping_key not working on macOS Fixes #629 The solution is adapted from this StackOverflow answer: https://stackoverflow.com/a/28950776 Signed-off-by: Jethro Muller <git@jethromuller.co.za> * Remove conditional skip for macos Signed-off-by: Jethro Muller <git@jethromuller.co.za> * Add platform check with explanatory comment Signed-off-by: Jethro Muller <git@jethromuller.co.za>
Configuration menu - View commit details
-
Copy full SHA for 09fb459 - Browse repository at this point
Copy the full SHA 09fb459View commit details
Commits on Oct 13, 2021
-
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9e67ea6 - Browse repository at this point
Copy the full SHA 9e67ea6View commit details -
Remove redundant Python 2.6 code
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a9800c4 - Browse repository at this point
Copy the full SHA a9800c4View commit details -
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf1e7dc - Browse repository at this point
Copy the full SHA bf1e7dcView commit details
Commits on Oct 29, 2021
-
Merge pull request #669 from prometheus/exemplars
Support exemplars for single process mode
Configuration menu - View commit details
-
Copy full SHA for c8f1bd3 - Browse repository at this point
Copy the full SHA c8f1bd3View commit details -
Merge pull request #706 from hugovk/add-3.10
Add support for Python 3.10
Configuration menu - View commit details
-
Copy full SHA for 6650d07 - Browse repository at this point
Copy the full SHA 6650d07View commit details -
Fix AssertionError: Status must be a string (#715)
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 88cd785 - Browse repository at this point
Copy the full SHA 88cd785View commit details -
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b3541ac - Browse repository at this point
Copy the full SHA b3541acView 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.11.0...v0.12.0