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: 041e0f5
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: db391db
Choose a head ref
  • 13 commits
  • 11 files changed
  • 5 contributors

Commits on Apr 8, 2022

  1. Rename choose_formatter back to choose_encoder

    Temporarily keep an alias so that choose_formatter will work for the
    0.14.x release cycle.
    
    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ff2e7a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #796 from prometheus/revert-unintentional-breaking…

    …-change
    
    Rename choose_formatter back to choose_encoder
    csmarchbanks authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c835d17 View commit details
    Browse the repository at this point in the history
  3. Release 0.14.1

    csmarchbanks committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    5c18ede View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Add sum, livemin, and livemax multiprocess modes for Gauges (#…

    …794)
    
    * add sum, livemin, and livemax multiprocessing modes
    * apply suggestions from @nkov
    * call it a label instead of a tag
    
    Signed-off-by: Josh Karpel <josh.karpel@gmail.com>
    JoshKarpel authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5a5261d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Update common Prometheus files

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored and roidelapluie committed May 6, 2022
    Configuration menu
    Copy the full SHA
    748ffb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. updated docs with code to remove default metrics

    Signed-off-by: Sam Snarr <sssnarr1@gmail.com>
    sss-ng committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    21a7e9a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. updated README installation command (#833)

    The command says pip install prometheus_client (underscore) but the steps above and PyPi says prometheus-client (dash) 
    
    Signed-off-by: Alexa Griffith  <agriffith96@gmail.com>
    alexagriffith authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f17a836 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Add tls_auth_handler for push gateway

    Support pushing metrics to a push gateway instance running with TLS
    Authentication. A user will need to provide the appropriate certificates
    to send to the server, and can specify additional parameters depending
    on their setup.
    
    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    82eca8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #841 from prometheus/tls-auth

    Add tls_auth_handler for push gateway
    csmarchbanks authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    64328fb View commit details
    Browse the repository at this point in the history
  3. Remove choose_formatter before 0.15.0 release

    The original choose_encoder function was accidentally renamed in 0.14.0
    to choose_formatter. In 0.14.1 we left both functions but with
    choose_formatter marked deprecated and to be removed by 0.15.0.
    
    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3babf4b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #846 from prometheus/remove-deprecated-function

    Remove choose_formatter before 0.15.0 release
    csmarchbanks authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e6b9ebf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #827 from sss-ng/docs/remove-default-metrics

    updated docs with code to remove default metrics
    csmarchbanks authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    71fb75d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Release 0.15.0

    csmarchbanks committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    db391db View commit details
    Browse the repository at this point in the history
Loading