8000 Comparing v0.11.0...v0.12.0 · prometheus/client_python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus/client_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: prometheus/client_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 13 commits
  • 20 files changed
  • 5 contributors

Commits on Jun 5, 2021

  1. Allow counters to emit exemplars via OpenMetrics

    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    921fd67 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. fix: error if the metrics are not observable (#666)

    Signed-off-by: Pietro De Nicolao <pd@bendingspoons.com>
    pietrodn authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9a24236 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Support exemplars for single process mode

    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    fb35c5f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. [#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>
    pavel-lexyr authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e92fa05 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. [#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>
    pavel-lexyr authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c49e55a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. 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>
    AceFire6 authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    09fb459 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Add support for Python 3.10

    Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    hugovk committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9e67ea6 View commit details
    Browse the repository at this point in the history
  2. Remove redundant Python 2.6 code

    Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    hugovk committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    a9800c4 View commit details
    Browse the repository at this point in the history
  3. isort

    Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    hugovk committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    bf1e7dc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Merge pull request #669 from prometheus/exemplars

    Support exemplars for single process mode
    csmarchbanks authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c8f1bd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #706 from hugovk/add-3.10

    Add support for Python 3.10
    csmarchbanks authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6650d07 View commit details
    Browse the repository at this point in the history
  3. Fix AssertionError: Status must be a string (#715)

    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    88cd785 View commit details
    Browse the repository at this point in the history
  4. Release 0.12.0

    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b3541ac View commit details
    Browse the repository at this point in the history
Loading
0