8000 Comparing v0.10.1...v0.11.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.10.1
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.11.0
Choose a head ref
  • 16 commits
  • 5 files changed
  • 5 contributors

Commits on Feb 14, 2021

  1. readme: inform on the upper case variable

    Following PR #624
    
    Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
    marcaurele committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    9b7fcc2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. allow textfile to be overwritten on windows

    Signed-off-by: Sander Van de Moortel <sander.vandemoortel@gmail.com>
    bluppfisk committed May 10, 2021
    Configuration menu
    Copy the full SHA
    0be4d06 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Sander Van de Moortel <sander.vandemoortel@gmail.com>
    bluppfisk committed May 10, 2021
    Configuration menu
    Copy the full SHA
    3688edd View commit details
    Browse the repository at this point in the history
  3. make NT the exception

    Signed-off-by: Sander Van de Moortel <sander.vandemoortel@gmail.com>
    bluppfisk committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1089530 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. forego deletion if file isn't found

    Signed-off-by: Sander Van de Moortel <sander.vandemoortel@gmail.com>
    bluppfisk committed May 11, 2021
    Configuration menu
    Copy the full SHA
    20a31b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #650 from bluppfisk/fix_rename_windows

    allow textfile to be overwritten on windows
    csmarchbanks authored May 11, 2021
    Configuration menu
    Copy the full SHA
    d8bc027 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #628 from marcaurele/readme-env-var

    readme: inform on the upper case variable
    csmarchbanks authored May 11, 2021
    Configuration menu
    Copy the full SHA
    fea6964 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Guidance to avoid duplicate metrics in multiprocess

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

Commits on May 14, 2021

  1. Merge pull request #651 from prometheus/clarify-multiprocess-registry…

    …-use
    
    Guidance to avoid duplicate metrics in multiprocess
    csmarchbanks authored May 14, 2021
    Configuration menu
    Copy the full SHA
    6df81ae View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Readme: Add release/changelog link

    Signed-off-by: Martin Thoma <info@martin-thoma.de>
    MartinThoma committed May 17, 2021
    Configuration menu
    Copy the full SHA
    453153a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #655 from MartinThoma/changelog-docs

    Readme: Add release/changelog link
    csmarchbanks authored May 17, 2021
    Configuration menu
    Copy the full SHA
    9118c02 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Document implications of negative observations

    Fixes #638.
    
    It's of course weird to talk abou negative values of an
    "amount". However, for the Gauge, which quite regularly will receive
    negative increments, the word "amount" is used, too, so I didn't want
    to change it everywhere to "value" or something.
    
    AFAIK the only place where negative values are rejected is indeed the
    Counter.
    
    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    13f786a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Merge pull request #658 from prometheus/beorn7/doc

    Document implications of negative observations
    csmarchbanks authored May 28, 2021
    Configuration menu
    Copy the full SHA
    e18828f View commit details
    Browse the repository at this point in the history
  2. Do not use attrs 21.1.0

    Attrs 21.1.0 does not work with Python 3.4. The release has been yanked
    from pypi, but will still get used sometimes, so specify not to install
    21.1.0.
    
    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed May 28, 2021
    Configuration menu
    Copy the full SHA
    269bbde View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Rename labelvalues to _labelvalues (#660)

    Make it clear that labelvalues are for internal use only. Right now it
    is easy to assume that they provide a way of creating static labels on a
    counter, but that is not the case.
    
    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    59025d0 View commit details
    Browse the repository at this point in the history
  2. Release 0.11.0

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