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_golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: prometheus/client_golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 16 commits
  • 12 files changed
  • 5 contributors

Commits on Oct 23, 2020

  1. Update common Prometheus files

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot committed Oct 23, 2020
    Copy the full SHA
    aa8191a View commit details
  2. add the NewPidFileFn to helper

    Signed-off-by: sbookworm <lisong.cruise@gmail.com>
    sbookworm committed Oct 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    469ec27 View commit details
  3. Merge pull request #804 from sbookworm/get_pid_from_file

    add the NewPidFileFn to helper
    beorn7 authored Oct 23, 2020
    Copy the full SHA
    f97b033 View commit details
  4. Merge pull request #809 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    beorn7 authored Oct 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2f1052b View commit details

Commits on Nov 4, 2020

  1. Update common Prometheus files

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot committed Nov 4, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c2caa7a View commit details
  2. Merge pull request #811 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    beorn7 authored Nov 4, 2020
    Copy the full SHA
    06b1a0a View commit details

Commits on Nov 20, 2020

  1. Added example api code showing how to add auth tokens and user agents…

    … to prom client. (#817)
    
    * Added example api code showing how to add auth tokens and user agents to prom client.
    
    Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
    
    * Ran go mod tidy.
    
    Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
    bwplotka authored Nov 20, 2020
    Copy the full SHA
    39b478e View commit details

Commits on Dec 1, 2020

  1. Correct spelling: possibilites -> possibilities

    Signed-off-by: Michael Vetter <jubalh@iodoru.org>
    jubalh committed Dec 1, 2020
    Copy the full SHA
    cf6dc82 View commit details
  2. Merge pull request #819 from jubalh/sp

    Correct spelling: possibilites -> possibilities
    beorn7 authored Dec 1, 2020
    Copy the full SHA
    fd6d368 View commit details

Commits on Dec 2, 2020

  1. Be more explicit about the multi-line properties of MultiError

    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed Dec 2, 2020
    Copy the full SHA
    34ca120 View commit details

Commits on Dec 3, 2020

  1. Merge pull request #821 from prometheus/beorn7/multierror

    Be more explicit about the multi-line properties of MultiError
    beorn7 authored Dec 3, 2020
    Copy the full SHA
    37c26ed View commit details

Commits on Dec 9, 2020

  1. promhttp: Correctly detect invalid metric and label names

    Without this fix, the `InstrumentHandler...` middlewares get locked in
    an endless loop in case of an invalid Collector, eating all the memory.
    
    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed Dec 9, 2020
    Copy the full SHA
    98eb6cb View commit details
  2. Merge pull request #823 from prometheus/beorn7/promhttp

    promhttp: Correctly detect invalid metric and label names
    beorn7 authored Dec 9, 2020
    Copy the full SHA
    8b73bd9 View commit details

Commits on Dec 16, 2020

  1. Update dependencies

    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed Dec 16, 2020
    Copy the full SHA
    8d16199 View commit details
  2. Cut release 1.9.0

    Signed-off-by: beorn7 <beorn@grafana.com>
    beorn7 committed Dec 16, 2020
    Copy the full SHA
    80ca9cd View commit details

Commits on Dec 17, 2020

  1. Merge pull request #826 from prometheus/beorn7/release

     Cut release 1.9.0
    beorn7 authored Dec 17, 2020
    Copy the full SHA
    d89cf5a View commit details
Loading