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/common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.58.0
Choose a base ref
...
head repository: prometheus/common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.60.1
Choose a head ref
  • 18 commits
  • 22 files changed
  • 12 contributors

Commits on Sep 4, 2024

  1. expfmt: Add WithEscapingScheme to help construct Formats (#688)

    expfmt: Add WithEscapingScheme to help construct Formats
    
    Signed-off-by: Owen Williams <[email protected]>
    
    ---------
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4f8e8f4 View commit details
    Browse the repository at this point in the history
  2. Change the default escape method to UnderscoreEscaping

    fixes #689
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    01da226 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request #690 from ywwg/owilliams/default-escaping

    Change the default escape method to UnderscoreEscaping
    ywwg authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bf4843e View commit details
    Browse the repository at this point in the history
  2. fix(utf8): Fix multiple metric name inside braces validation (#691)

    * Fix multiple metric name inside braces validation
    
    Signed-off-by: Federico Torres <[email protected]>
    
    ---------
    
    Signed-off-by: Federico Torres <[email protected]>
    fedetorres93 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    be8a747 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. slog: expose io.Writer

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    5f9af24 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Update common Prometheus files (#692)

    Signed-off-by: prombot <[email protected]>
    prombot authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    fa21dfd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Merge pull request #694 from jkroepke/slog/writer

    slog: expose io.Writer
    ArthurSens authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    40d6251 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update common Prometheus files

    Signed-off-by: prombot <[email protected]>
    prombot committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8bc4cd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge pull request #695 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    beorn7 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    14bac55 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. promslog: use UTC timestamps for go-kit log style (#696)

    promlog initialized its go-kit logger to use UTC timestamps, so for true
    backwards compatibility, the go-kit log style in promslog should retain
    that configuration.
    
    Signed-off-by: Daniel Swarbrick <[email protected]>
    dswarbrick authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d66e745 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. feat: add promslog.NewNopLogger() convenience func (#697)

    Simple convenience function to return an slog.Logger that writes to
    io.Discard. Originally suggested by @ArthurSens
    [here](#686 (comment)),
    and requested again by @bboreham
    [here](prometheus/prometheus#14906 (comment)).
    As Bryan points out in the comment, there's 147 instances where a
    discard logger is needed, so a consistent utility function to manage
    them seems helpful.
    
    Signed-off-by: TJ Hoplock <[email protected]>
    tjhop authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4e3a6fd View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Bump golang.org/x/net from 0.28.0 to 0.29.0 (#699)

    * Bump golang.org/x/net from 0.28.0 to 0.29.0
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
    - [Commits](golang/net@v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Go mod tidy in sigv4.
    
    Signed-off-by: SuperQ <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: SuperQ <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: SuperQ <[email protected]>
    dependabot[bot] and SuperQ authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b7aa68c View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#698)

    * Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0
    
    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.22.0 to 0.23.0.
    - [Commits](golang/oauth2@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Go mod tidy in sigv4.
    
    Signed-off-by: SuperQ <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: SuperQ <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: SuperQ <[email protected]>
    dependabot[bot] and SuperQ authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    63ff77e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Update supported Go versions (#700)

    * Update Go minimum to 1.21.
    * Update Go tests to 1.23.
    * Cleanup old Go 1.21 build flags.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dae848d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. promslog: Only log basename, not full path

    Signed-off-by: Julien <[email protected]>
    Julien committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fdc50c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #705 from roidelapluie/sourcefile

    promslog: Only log basename, not full path
    roidelapluie authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a9d2e3f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Reload certificates even when no CA is used (#707)

    This commit uses the roundtripper that reloads itself even when there is
    no CA, so when keys and certs are reloaded on disk, we have a new
    rountripper and we use the new certificates.
    
    Signed-off-by: Julien <[email protected]>
    roidelapluie authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0d2e2e5 View commit details
    Browse the repository at this point in the history
  2. Update common Prometheus files (#701)

    Signed-off-by: prombot <[email protected]>
    Co-authored-by: Ben Kochie <[email protected]>
    prombot and SuperQ authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    653e0fa View commit details
    Browse the repository at this point in the history
Loading