Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull upstream changes #2

Open
wants to merge 456 commits into
base: main
Choose a base branch
from
Open

Pull upstream changes #2

wants to merge 456 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 14, 2023

  1. Merge pull request #1284 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/common-0.44.0
    
    Bump github.com/prometheus/common from 0.42.0 to 0.44.0
    SuperQ committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f58d0fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1330 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/common-0.44.0
    
    Bump github.com/prometheus/common from 0.42.0 to 0.44.0 in /tutorial/whatsup
    SuperQ committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    760a55a View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/protobuf from 1.30.0 to 1.31.0

    Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8483c5d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1304 from prometheus/dependabot/go_modules/google…

    ….golang.org/protobuf-1.31.0
    
    Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
    SuperQ committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c17edf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update common Prometheus files (#1332)

    Signed-off-by: prombot <[email protected]>
    prombot committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    51d24f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Update common Prometheus files (#1338)

    Signed-off-by: prombot <[email protected]>
    prombot committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ca6ba04 View commit details
    Browse the repository at this point in the history
  2. Cleanup golangci-lint errcheck (#1339)

    Move the errcheck excludes list from an external file to inline in the golangci-lint config file.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d03abf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    74cc262 View commit details
    Browse the repository at this point in the history
  2. Extend Counters, Summaries and Histograms with creation timestamp (#1313

    )
    
    * Extend Counters, Summaries and Histograms with creation timestamp
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    
    * Backport created timestamp to existing tests
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    
    * Last touches (readability and consistency)
    
    Changes:
    
    * Comments for "now" are more explicit and not inlined.
    * populateMetrics is simpler and bit more efficient without timestamp to time to timestamp conversionts for more common code.
    * Test consistency and simplicity - the fewer variables the better.
    * Fixed inconsistency for v2 and MetricVec - let's pass opt.now consistently.
    * We don't need TestCounterXXXTimestamp - we test CT in many other places already.
    * Added more involved test for counter vectors with created timestamp.
    * Refactored normalization for simplicity.
    * Make histogram, summaries now consistent.
    * Simplified histograms CT flow and implemented proper CT on reset.
    
    TODO for next PRs:
    * NewConstSummary and NewConstHistogram - ability to specify CTs there.
    
    Signed-off-by: bwplotka <[email protected]>
    
    * Update prometheus/counter_test.go
    
    Co-authored-by: Arthur Silva Sens <[email protected]>
    Signed-off-by: Bartlomiej Plotka <[email protected]>
    
    ---------
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    Signed-off-by: bwplotka <[email protected]>
    Signed-off-by: Bartlomiej Plotka <[email protected]>
    Co-authored-by: bwplotka <[email protected]>
    Arthur Silva Sens and bwplotka committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    df7fa49 View commit details
    Browse the repository at this point in the history
  3. Fix typos in comments, tests, and errors (#1346)

    Signed-off-by: Oleksandr Redko <[email protected]>
    alexandear committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bbab8fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bae6c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Add changelog entry for 1.17 (#1353)

    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    3278043 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Bump github.com/prometheus/client_golang in /examples/middleware

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e43edfc View commit details
    Browse the repository at this point in the history
  2. Bump github.com/prometheus/client_golang in /tutorial/whatsup

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    1844c50 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge pull request #1355 from prometheus/dependabot/go_modules/exampl…

    …es/middleware/github.com/prometheus/client_golang-1.17.0
    
    Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 in /examples/middleware
    Arthur Silva Sens committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    40c7d2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1358 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/client_golang-1.17.0
    
    Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 in /tutorial/whatsup
    Arthur Silva Sens committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4c10365 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configure CI to automerge dependabot PRs (#1359)

    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    22540dc View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sys from 0.11.0 to 0.12.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.11.0 to 0.12.0.
    - [Commits](golang/sys@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7004b66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1357 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.12.0
    
    Bump golang.org/x/sys from 0.11.0 to 0.12.0
    github-actions[bot] committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    556bf30 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/prometheus/procfs from 0.11.1 to 0.12.0

    Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.11.1 to 0.12.0.
    - [Release notes](https://github.com/prometheus/procfs/releases)
    - [Commits](prometheus/procfs@v0.11.1...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/procfs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    87a016c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1356 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/procfs-0.12.0
    
    Bump github.com/prometheus/procfs from 0.11.1 to 0.12.0
    github-actions[bot] committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    dac14aa View commit details
    Browse the repository at this point in the history
  6. Improve performance of WithLabelValues(...)

    The slice with variadic arguments passed to MetricVec.WithLabelValues()
    was escaping to heap. This change fixes that by performing a copy of the
    slice before passing it to fmt.Errorf(), which is where the slice was
    escaping. This keeps the hot path without that allocation.
    
    Meaningful benchmark results (skipping ~0 CPU and 0 alloc ones):
    
                                                                   │    old.txt    │               new.txt                │
                                                                   │    sec/op     │    sec/op     vs base                │
    Counter/With_Label_Values-16                                     108.00n ±  6%   58.06n ±  1%  -46.24% (p=0.000 n=10)
    Counter/With_Label_Values_and_Constraint-16                       174.5n ± 15%   136.8n ±  6%  -21.63% (p=0.000 n=10)
    Counter/With_triple_Label_Values-16                               309.3n ± 12%   172.9n ±  1%  -44.08% (p=0.000 n=10)
    Counter/With_triple_Label_Values_and_Constraint-16                591.5n ± 11%   418.9n ±  3%  -29.17% (p=0.000 n=10)
    Counter/With_repeated_Label_Values-16                             212.9n ± 10%   116.8n ± 23%  -45.16% (p=0.000 n=10)
    Counter/With_repeated_Label_Values_and_Constraint-16              406.2n ± 14%   275.1n ±  4%  -32.30% (p=0.000 n=10)
    CounterWithLabelValuesConcurrent-16                               85.45n ±  2%   89.09n ±  2%   +4.26% (p=0.003 n=10)
    
                                                                   │    old.txt     │                  new.txt                  │
                                                                   │      B/op      │     B/op      vs base                     │
    Counter/With_Label_Values-16                                       48.00 ± 0%        0.00 ± 0%  -100.00% (p=0.000 n=10)
    Counter/With_Label_Values_and_Constraint-16                        96.00 ± 0%       48.00 ± 0%   -50.00% (p=0.000 n=10)
    Counter/With_triple_Label_Values-16                                144.0 ± 0%         0.0 ± 0%  -100.00% (p=0.000 n=10)
    Counter/With_triple_Label_Values_and_Constraint-16                 288.0 ± 0%       144.0 ± 0%   -50.00% (p=0.000 n=10)
    Counter/With_repeated_Label_Values-16                              96.00 ± 0%        0.00 ± 0%  -100.00% (p=0.000 n=10)
    Counter/With_repeated_Label_Values_and_Constraint-16              192.00 ± 0%       96.00 ± 0%   -50.00% (p=0.000 n=10)
    CounterWithLabelValuesConcurrent-16                                48.00 ± 0%        0.00 ± 0%  -100.00% (p=0.000 n=10)
    
                                                                   │   old.txt    │                 new.txt                 │
                                                                   │  allocs/op   │ allocs/op   vs base                     │
    Counter/With_Label_Values-16                                     1.000 ± 0%     0.000 ± 0%  -100.00% (p=0.000 n=10)
    Counter/With_Label_Values_and_Constraint-16                      2.000 ± 0%     1.000 ± 0%   -50.00% (p=0.000 n=10)
    Counter/With_triple_Label_Values-16                              3.000 ± 0%     0.000 ± 0%  -100.00% (p=0.000 n=10)
    Counter/With_triple_Label_Values_and_Constraint-16               6.000 ± 0%     3.000 ± 0%   -50.00% (p=0.000 n=10)
    Counter/With_repeated_Label_Values-16                            2.000 ± 0%     0.000 ± 0%  -100.00% (p=0.000 n=10)
    Counter/With_repeated_Label_Values_and_Constraint-16             4.000 ± 0%     2.000 ± 0%   -50.00% (p=0.000 n=10)
    CounterWithLabelValuesConcurrent-16                              1.000 ± 0%     0.000 ± 0%  -100.00% (p=0.000 n=10)
    
    Signed-off-by: Oleg Zaytsev <[email protected]>
    colega committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    005d8de View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #1360 from colega/improve-performance-of-with-labe…

    …l-values
    
    Improve performance of WithLabelValues(...)
    Arthur Silva Sens committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    51714a5 View commit details
    Browse the repository at this point in the history
  2. Update common Prometheus files (#1361)

    Signed-off-by: prombot <[email protected]>
    prombot committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1803eb9 View commit details
    Browse the repository at this point in the history
  3. Update MAINTAINERS.md (#1362)

    Signed-off-by: Bartlomiej Plotka <[email protected]>
    bwplotka committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d81c33f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. proccess_collector: add wasip1 stub (#1350)

    * proccess_collector: add wasip1 stub
    
    This resolves build failures like this when using the wasip1 support:
    
        # github.com/prometheus/procfs
        ../../../go/pkg/mod/github.com/prometheus/[email protected]/fs_statfs_type.go:25:18: undefined: syscall.Statfs_t
        ../../../go/pkg/mod/github.com/prometheus/[email protected]/fs_statfs_type.go:26:17: undefined: syscall.Statfs
    
    See https://go.dev/blog/wasi.
    
    Signed-off-by: Stephan Renatus <[email protected]>
    
    * add build tags
    
    Signed-off-by: Stephan Renatus <[email protected]>
    
    ---------
    
    Signed-off-by: Stephan Renatus <[email protected]>
    srenatus committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    64e51f5 View commit details
    Browse the repository at this point in the history
  2. Update dependency golang.org/x/net to v0.15.0 (#1342)

    to use a version of the package not affected by [CVE-2023-3978](https://www.cve.org/CVERecord?id=CVE-2023-3978)
    
    Other indirect upgrades
    golang.org/x/sys v0.11.0 => v0.12.0
    golang.org/x/text v0.9.0 => v0.13.0
    
    Signed-off-by: Jorge Alberto Diaz Orozco (Akiel) <[email protected]>
    Signed-off-by: Jorge Alberto Díaz Orozco (Akiel) <[email protected]>
    jadolg committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    486d514 View commit details
    Browse the repository at this point in the history
  3. Add support for custom validations in promlint (#1311)

    * Refactor promlint validation structure
    
    Signed-off-by: João Vilaça <[email protected]>
    
    * Add support for custom validations in promlint
    
    Signed-off-by: João Vilaça <[email protected]>
    
    * Keep backwards compatibility
    
    Signed-off-by: João Vilaça <[email protected]>
    
    ---------
    
    Signed-off-by: João Vilaça <[email protected]>
    machadovilaca committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    60a8513 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Bump golang.org/x/net from 0.10.0 to 0.17.0 in /tutorial/whatsup

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
    - [Commits](golang/net@v0.10.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5b75807 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1365 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/golang.org/x/net-0.17.0
    
    Bump golang.org/x/net from 0.10.0 to 0.17.0 in /tutorial/whatsup
    github-actions[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c3e797e View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/net from 0.15.0 to 0.17.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
    - [Commits](golang/net@v0.15.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5046a13 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. histograms: Add timer to reset ASAP after bucket limiting has happened (

    #1367)
    
    Fixes #1248. See issue description for all the details.
    
    Signed-off-by: beorn7 <[email protected]>
    beorn7 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    cd8cba2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1366 from prometheus/dependabot/go_modules/golang…

    ….org/x/net-0.17.0
    
    Bump golang.org/x/net from 0.15.0 to 0.17.0
    github-actions[bot] committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    13a208d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Bump github.com/prometheus/client_model

    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](https://github.com/prometheus/client_model/commits/v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    16b91f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1371 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/client_model-0.5.0
    
    Bump github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0
    github-actions[bot] committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    884bc8e View commit details
    Browse the repository at this point in the history
  3. Bump github.com/prometheus/common in /tutorial/whatsup

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.44.0 to 0.45.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.44.0...v0.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4e4691d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1373 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/common-0.45.0
    
    Bump github.com/prometheus/common from 0.44.0 to 0.45.0 in /tutorial/whatsup
    github-actions[bot] committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f030c3d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update common Prometheus files

    Signed-off-by: prombot <[email protected]>
    prombot committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f66184f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    0356577 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. This way the import is more readable (#1383)

    Signed-off-by: wangqing <[email protected]>
    Co-authored-by: wangqing <[email protected]>
    wangqingfree and wangqing committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3879457 View commit details
    Browse the repository at this point in the history
  2. Bump prometheus/common to 0.45.0 (#1374)

    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e160b50 View commit details
    Browse the repository at this point in the history
  3. Add example of NewConstMetricWithCreatedTimestamp (#1375)

    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3f80cd1 View commit details
    Browse the repository at this point in the history
  4. Normalize empty help values in CollectAndCompare (#1378)

    Due to an inconsistency in the text protocol between encoding and
    decoding, it was not possible to use the testutil.CollectAndCompare
    function to test metrics with empty help values. To fix this, normalize
    empty help values from the expected/want side of the test so that they
    compare correctly with empty values on the actual/got side of the test.
    
    Signed-off-by: Billy Keyes <[email protected]>
    bluekeyes committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    80d3f0b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. change client to interface, allow override by other implementations (…

    …e.g. github.com/hashicorp/go-retryablehttp)
    
    Signed-off-by: Roy Reshef <[email protected]>
    rreshef-densify committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    24d59e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Bump golang.org/x/sys from 0.13.0 to 0.15.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.13.0 to 0.15.0.
    - [Commits](golang/sys@v0.13.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2a8fc90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1401 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.15.0
    
    Bump golang.org/x/sys from 0.13.0 to 0.15.0
    github-actions[bot] committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e96fb18 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.53.0...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5e55b31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1370 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/google.golang.org/grpc-1.56.3
    
    Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup
    github-actions[bot] committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3f8bd73 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge pull request #1387 from tsipo/main

    change api http.client to interface
    Arthur Silva Sens committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    239b123 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    2280fb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Merge pull request #1411 from prometheus/revert-1387-main

    Revert "change api http.client to interface"
    Arthur Silva Sens committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    96f1aec View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Add 1.18 changelog

    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1a2d072 View commit details
    Browse the repository at this point in the history
  2. Revert "change api http.client to interface"

    (cherry picked from commit 2280fb1)
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    bwplotka authored and Arthur Silva Sens committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    53be91d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1410 from prometheus/arthursens/cut-1.18.0

    Add 1.18 changelog
    Arthur Silva Sens committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0837d36 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Merge pull request #1414 from prometheus/release-1.18

    Merging 1.18 back to main
    bwplotka committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a88230e View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump github.com/prometheus/client_golang in /examples/middleware

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](v1.17.0...v1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    71f3940 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1418 from prometheus/dependabot/go_modules/exampl…

    …es/middleware/github.com/prometheus/client_golang-1.18.0
    
    Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 in /examples/middleware
    github-actions[bot] committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f87a86c View commit details
    Browse the repository at this point in the history
  3. Bump github.com/prometheus/client_golang in /tutorial/whatsup

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](v1.17.0...v1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    9efc83a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1419 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/client_golang-1.18.0
    
    Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 in /tutorial/whatsup
    github-actions[bot] committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    034544a View commit details
    Browse the repository at this point in the history
  5. Bump google.golang.org/protobuf from 1.31.0 to 1.32.0

    Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6ebfdd5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1420 from prometheus/dependabot/go_modules/google…

    ….golang.org/protobuf-1.32.0
    
    Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
    github-actions[bot] committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    046e320 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Add version package

    Migrate the `version` package from `github.com/prometheus/common`
    to `github.com/prometheus/client_golang` in order to break the circular
    dependency.
    * Make `version` a top level package because it uses `init()` to
      populate data.
    
    Related to: prometheus/common#58
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3d4c27f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge pull request #1422 from prometheus/superq/version

    Add version package
    SuperQ committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    185945e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6636d6a View commit details
    Browse the repository at this point in the history
  3. Simplification of middleware example (#1423)

    Signed-off-by: Alexey Michurin <[email protected]>
    michurin committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d9be404 View commit details
    Browse the repository at this point in the history
  4. Bump golang.org/x/sys from 0.15.0 to 0.16.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
    - [Commits](golang/sys@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8ee2fdc View commit details
    Browse the repository at this point in the history
  5. Bump the github-actions group with 3 updates

    Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/checkout` from 2.7.0 to 4.1.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v2.7.0...v4.1.1)
    
    Updates `github/codeql-action` from 1.1.39 to 3.23.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@231aa2c...e5f05b8)
    
    Updates `actions/setup-go` from 3.5.0 to 5.0.0
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3.5.0...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f22329c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1425 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.16.0
    
    Bump golang.org/x/sys from 0.15.0 to 0.16.0
    github-actions[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b7b88fa View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. chore: Move VersionCollector to collectors directory (#1427)

    * collectors/version: Move to collectors directory and remove unrelated code.
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    
    * examples: Add Version Collector example
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    
    ---------
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    38631c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge pull request #1426 from prometheus/dependabot/github_actions/gi…

    …thub-actions-37565e1261
    
    Bump the github-actions group with 3 updates
    Arthur Silva Sens committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d69fe9a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/cache](https://github.com/actions/cache).
    
    
    Updates `github/codeql-action` from 3.23.0 to 3.23.2
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e5f05b8...b7bf0a3)
    
    Updates `actions/cache` from 3 to 4
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    83d5940 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/prometheus/common in /tutorial/whatsup

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.45.0 to 0.46.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    08769f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1441 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/common-0.46.0
    
    Bump github.com/prometheus/common from 0.45.0 to 0.46.0 in /tutorial/whatsup
    github-actions[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8c7e30f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request #1440 from prometheus/dependabot/github_actions/gi…

    …thub-actions-ded284d9a8
    
    Bump the github-actions group with 2 updates
    Arthur Silva Sens committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7ac9036 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add support for Go 1.22

    Signed-off-by: Max Riveiro <[email protected]>
    Max Riveiro authored and kavu committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c906a5e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge pull request #1445 from kavu/add_go122_metrics_test

    Add support for Go 1.22
    Arthur Silva Sens committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9dd5d2a View commit details
    Browse the repository at this point in the history
  2. Remove support for go 1.19 (#1449)

    * Remove support for go 1.19
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    
    * Replace rand.Seed, deprecated in go 1.20
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    
    ---------
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    353395b View commit details
    Browse the repository at this point in the history
  3. deps: bump prometheus/common version

    Fixes #1446
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6d03920 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1448 from ywwg/owilliams/content-negotiation

    deps: bump prometheus/common version
    Arthur Silva Sens committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    14259fa View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Add 1.19.0 changelog (#1451)

    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    77d4003 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Rephrase incompatibility with common v0.48.0

    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0aa8c9f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. feat(prometheus/testutil/promlint/validations): refine lintMetricType…

    …InName
    
    Change the lintMetricTypeInName linter inside promlint to only trigger an error when the metric name matches the type of the metric.
    
    Signed-off-by: foehammer127 <[email protected]>
    lorenzogood committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cead7c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1455 from foehammer127/fix/1453

    feat(prometheus/testutil/promlint/validations): refine lintMetricType…
    beorn7 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    694854a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `github/codeql-action` from 3.23.2 to 3.24.6
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b7bf0a3...8a470fd)
    
    Updates `golangci/golangci-lint-action` from 3.7.0 to 4.0.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@3a91952...3cfe3a4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    063bd37 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/prometheus/client_golang in /examples/middleware

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md)
    - [Commits](v1.18.0...v1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8a9d24b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1457 from prometheus/dependabot/go_modules/exampl…

    …es/middleware/github.com/prometheus/client_golang-1.19.0
    
    Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in /examples/middleware
    github-actions[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    50211fc View commit details
    Browse the repository at this point in the history
  4. Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0

    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a5b7c47 View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/sys from 0.16.0 to 0.17.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0.
    - [Commits](golang/sys@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    736c206 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1458 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/client_model-0.6.0
    
    Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0
    github-actions[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    96d15d5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1459 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.17.0
    
    Bump golang.org/x/sys from 0.16.0 to 0.17.0
    github-actions[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c890f5e View commit details
    Browse the repository at this point in the history
  8. Bump github.com/prometheus/client_golang in /tutorial/whatsup

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md)
    - [Commits](v1.18.0...v1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    324bb9e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1461 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/client_golang-1.19.0
    
    Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in /tutorial/whatsup
    github-actions[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8da892e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1454 from prometheus/small-nits

    Rephrase incompatibility with common v0.48.0
    Arthur Silva Sens committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cad1bfa View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Merge pull request #1462 from prometheus/release-1.19

    Merge Release 1.19 back to main
    Arthur Silva Sens committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    876e942 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1456 from prometheus/dependabot/github_actions/gi…

    …thub-actions-cd65112d37
    
    Bump the github-actions group with 2 updates
    Arthur Silva Sens committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b59cfc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Bump google.golang.org/protobuf from 1.32.0 to 1.33.0

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4f5e328 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1466 from prometheus/dependabot/go_modules/google…

    ….golang.org/protobuf-1.33.0
    
    Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
    github-actions[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c5f9c3f View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/protobuf in /examples/middleware

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    76e6dfd View commit details
    Browse the repository at this point in the history
  4. Bump google.golang.org/protobuf in /tutorial/whatsup

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4549547 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1467 from prometheus/dependabot/go_modules/exampl…

    …es/middleware/google.golang.org/protobuf-1.33.0
    
    Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /examples/middleware
    github-actions[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6b37369 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1469 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/google.golang.org/protobuf-1.33.0
    
    Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /tutorial/whatsup
    github-actions[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7882668 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Add LintDuplicateMetric to promlint

    Signed-off-by: Hrishikesh Barman <[email protected]>
    geekodour authored and bboreham committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    2507462 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge pull request #1472 from prometheus/i5242

    Add LintDuplicateMetric to promlint
    Arthur Silva Sens committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    26e3055 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Auto-update Go Collector Metrics for new Go versions (#1476)

    * Autogenerate go_collector_<version>_test.go files
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Add latest Go version
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * nit: Script to check new Go version
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Rename file, fix linting issue
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    ---------
    
    Signed-off-by: Sachin Sahu <[email protected]>
    SachinSahu431 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    50ab457 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Implement Unwrap() for responseWriterDelegator (#1480)

    If the ResponseWriter implements any of the following methods,
    the ResponseController will call them as appropriate:
    
    Flush()
    FlushError() error // alternative Flush returning an error
    Hijack() (net.Conn, *bufio.ReadWriter, error)
    SetReadDeadline(deadline time.Time) error
    SetWriteDeadline(deadline time.Time) error
    EnableFullDuplex() error
    
    If the ResponseWriter doesn't implement the methods,
    the ResponseController will call Unwrap() method until it
    finds a ResponseWriter in the chain
    
    This commit implements Unwrap() method to simply return the
    wrapped ResponseWriter
    
    Signed-off-by: Igor Drozdov <[email protected]>
    igor-drozdov committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    93cf5d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. chore: Refactor how base metrics are added to Sched metrics

    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ec6ba13 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump golang.org/x/sys from 0.17.0 to 0.18.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0.
    - [Commits](golang/sys@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    838b8e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1485 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.18.0
    
    Bump golang.org/x/sys from 0.17.0 to 0.18.0
    github-actions[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    af02258 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/prometheus/procfs from 0.12.0 to 0.13.0

    Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.12.0 to 0.13.0.
    - [Release notes](https://github.com/prometheus/procfs/releases)
    - [Commits](prometheus/procfs@v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/procfs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    17dafc8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1486 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/procfs-0.13.0
    
    Bump github.com/prometheus/procfs from 0.12.0 to 0.13.0
    github-actions[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e38b67e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. ci: Remove hardcoded supported Go versions from go.yml

    Signed-off-by: Sachin Sahu <[email protected]>
    SachinSahu431 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cd45345 View commit details
    Browse the repository at this point in the history
  2. Modify go.yml file

    Signed-off-by: Sachin Sahu <[email protected]>
    SachinSahu431 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1fc81cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1489 from SachinSahu431/update-go-yml

    ci: Remove hardcoded supported Go versions from go.yml
    Arthur Silva Sens committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e3bea8a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. feat: metrics generation workflow (#1481)

    * Scripts to check new Go version
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Changes to test workflow
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Update workflow to run based on Go release cycle
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Revert deleted files for testing workflow
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Revert deleted file for testing workflow
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Fix linting issue
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Update cron schedule to per month
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Update bash file
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Keep latest 3 Go versions in supported_go_versions
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    ---------
    
    Signed-off-by: Sachin Sahu <[email protected]>
    Signed-off-by: Sachin Sahu <[email protected]>
    SachinSahu431 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    76fa980 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix: remove redundant go module in middleware example (#1492)

    * remove extra go module
    
    Signed-off-by: Max Lowther <[email protected]>
    
    * sort imports
    
    Signed-off-by: Max Lowther <[email protected]>
    
    ---------
    
    Signed-off-by: Max Lowther <[email protected]>
    majolo committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6fdffbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1483 from prometheus/simplify-basemetrics

    chore: Refactor how base metrics are added to Sched metrics
    Arthur Silva Sens committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c586fcc View commit details
    Browse the repository at this point in the history
  3. gocollector: Add regex option to allow collection of debug runtime me…

    …trics
    
    Signed-off-by: Arthur Silva Sens <[email protected]>
    Arthur Silva Sens committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0f50003 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1389 from prometheus/fix-lint-issue

    gocollector: Add regex option to allow collection of debug runtime metrics
    Arthur Silva Sens committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e133e49 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Bump github.com/prometheus/common from 0.48.0 to 0.52.3

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.48.0 to 0.52.3.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.48.0...v0.52.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5a00ae4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1498 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/common-0.52.3
    
    Bump github.com/prometheus/common from 0.48.0 to 0.52.3
    github-actions[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6b857f1 View commit details
    Browse the repository at this point in the history
  3. chore: fix function name in comment (#1497)

    Signed-off-by: oftenoccur <[email protected]>
    oftenoccur committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d038ab9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. build(deps): bump golang.org/x/net in /tutorial/whatsup

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0.
    - [Commits](golang/net@v0.20.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    991feca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1501 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/golang.org/x/net-0.23.0
    
    build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /tutorial/whatsup
    github-actions[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7fb2191 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4d3dba3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1502 from prometheus/dependabot/go_modules/golang…

    ….org/x/net-0.23.0
    
    build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
    github-actions[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a330ac5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. feat(dependency): replace go-spew package (#1499)

    * remove go-spew package
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * fix gofumpt lint
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * fix unittest unicode
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * dongjiang, change go-cmp to reflect
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * fix lint
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * Revert "dongjiang, change go-cmp to reflect"
    
    This reverts commit bfbe25e.
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * change diff func
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * dongjiang, update diff package
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * update testutil
    
    Signed-off-by: dongjiang1989 <[email protected]>
    
    * Fix imports, goimports friendly
    
    Signed-off-by: Kemal Akkoyun <[email protected]>
    
    ---------
    
    Signed-off-by: dongjiang1989 <[email protected]>
    Signed-off-by: Kemal Akkoyun <[email protected]>
    Co-authored-by: Kemal Akkoyun <[email protected]>
    dongjiang1989 and kakkoyun committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2f59eb2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. build(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.3 to 0.53.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.52.3...v0.53.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7bbdd02 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/cespare/xxhash/v2 from 2.2.0 to 2.3.0

    Bumps [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) from 2.2.0 to 2.3.0.
    - [Commits](cespare/xxhash@v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cespare/xxhash/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    772f2a3 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0

    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2cb5120 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1504 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/common-0.53.0
    
    build(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0
    github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3ade2e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1505 from prometheus/dependabot/go_modules/github…

    ….com/cespare/xxhash/v2-2.3.0
    
    build(deps): bump github.com/cespare/xxhash/v2 from 2.2.0 to 2.3.0
    github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5ad7da9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1506 from prometheus/dependabot/go_modules/google…

    ….golang.org/protobuf-1.34.0
    
    build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0
    github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4e21273 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0.
    - [Commits](golang/sys@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9e8b641 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.6.1

    Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.6.0 to 0.6.1.
    - [Release notes](https://github.com/prometheus/client_model/releases)
    - [Commits](prometheus/client_model@v0.6.0...v0.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_model
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c4b6d5d View commit details
    Browse the repository at this point in the history
  9. build(deps): bump github.com/prometheus/common in /tutorial/whatsup

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.48.0 to 0.53.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Commits](prometheus/common@v0.48.0...v0.53.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0075cb3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1507 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.19.0
    
    build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0
    github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6b169a1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1508 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/client_model-0.6.1
    
    build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.6.1
    github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5c4ff38 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1509 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/common-0.53.0
    
    build(deps): bump github.com/prometheus/common from 0.48.0 to 0.53.0 in /tutorial/whatsup
    github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    853c5de View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. add native histogram exemplar support

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    494ccce View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. improved code more clean (#1511)

    * improved code more clean
    
    Signed-off-by: chuanshuo <[email protected]>
    
    * improved code more clean
    
    Signed-off-by: chuanshuo <[email protected]>
    
    ---------
    
    Signed-off-by: chuanshuo <[email protected]>
    lilijreey committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ccf82b1 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the github-actions group with 3 updates (#1510)

    Bumps the github-actions group with 3 updates: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata), [github/codeql-action](https://github.com/github/codeql-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `dependabot/fetch-metadata` from 1.6.0 to 2.1.0
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@c9c4182...5e5f996)
    
    Updates `github/codeql-action` from 3.24.6 to 3.25.3
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8a470fd...d39d31e)
    
    Updates `golangci/golangci-lint-action` from 4.0.0 to 5.1.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@3cfe3a4...9d1e062)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9308329 View commit details
    Browse the repository at this point in the history
  3. [CI]: Add Concurrency Grouping to GitHub Workflows (#1444)

    * Update automerge-dependabot.yml
    
    Signed-off-by: Ishani Goyal <[email protected]>
    
    * Update codeql-analysis.yml
    
    Signed-off-by: Ishani Goyal <[email protected]>
    
    * Update go.yml
    
    Signed-off-by: Ishani Goyal <[email protected]>
    
    * Update golangci-lint.yml
    
    Signed-off-by: Ishani Goyal <[email protected]>
    
    ---------
    
    Signed-off-by: Ishani Goyal <[email protected]>
    Ishani217 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7d3be80 View commit details
    Browse the repository at this point in the history
  4. refract the implementation

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d8c7074 View commit details
    Browse the repository at this point in the history
  5. add: CollectAndFormat to testutil (#1503)

    CollectAndFormat is a helper function that returns the formatted metrics
    to the caller, allowing them to use it how they want. This is different
    to CollectAndCompare where the comparison is done strictly on behalf of
    the caller. Often it is more convenient to perform a simple substring
    match on the formatted metric.
    
    Signed-off-by: Jack Cassidy <[email protected]>
    jcass8695 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    36b9f46 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. testutil compareMetricFamilies: make less error-prone (#1424)

    * testutil compareMetricFamilies: make less error-prone
    
    The functions `GatherAndCompare`, `ScrapeAndCompare` and others that use
    `compareMetricFamilies` under the hood can return no error if
    `metricNames` includes none of the names found in the scraped/gathered
    results. To avoid false Positves (an error being the negative case), we
    can return an error if there is is at least one name in `metricNames`
    that is not in the filtered results.
    
    Fixes: #1351
    
    Signed-off-by: leonnicolas <[email protected]>
    
    * Add missing metricNames to error
    
    In to see which metric names are missing, we can add them to the error
    message.
    
    Signed-off-by: leonnicolas <[email protected]>
    
    * Apply suggestions from code review
    
    - remove if nil check
    - use two nested loops instead of map
    - use new function `hasMetricByName` for readability
    
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    Signed-off-by: leonnicolas <[email protected]>
    
    * prometheus/testutil/testutil_test.go: compare complete error
    
    Before we would only compare the error prefix in `TestScrapeAndCompare`.
    
    Signed-off-by: leonnicolas <[email protected]>
    
    ---------
    
    Signed-off-by: leonnicolas <[email protected]>
    Signed-off-by: leonnicolas <[email protected]>
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    leonnicolas and bwplotka committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c7c7509 View commit details
    Browse the repository at this point in the history
  2. clean code use time.IsZero() replace t = time.Time{}, make code more …

    …readable
    
    Signed-off-by: chuanshuo <[email protected]>
    lilijreey committed May 15, 2024
    Configuration menu
    Copy the full SHA
    47b807e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1515 from lilijreey/use_time_IsZero

    improved code more clean use time.IsZero() replace t = time.Time{}
    Arthur Silva Sens committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cb57abb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix for comments

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2754a4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1471 from fatsheep9146/native-histogram-exemplar

    add native histogram exemplar support
    beorn7 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    542f7e6 View commit details
    Browse the repository at this point in the history
  3. Update common Prometheus files (#1514)

    Signed-off-by: prombot <[email protected]>
    prombot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    18b5134 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0.
    - [Commits](golang/sys@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ce40ef5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1523 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.20.0
    
    build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0
    github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    be12428 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1

    Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4816ade View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1522 from prometheus/dependabot/go_modules/google…

    ….golang.org/protobuf-1.34.1
    
    build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1
    github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c2d0caf View commit details
    Browse the repository at this point in the history
  5. Update common Prometheus files

    Signed-off-by: prombot <[email protected]>
    prombot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9d0a248 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1524 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    Arthur Silva Sens committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b9b2f62 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Add PR template for changelog automation (#1517)

    * Update CONTRIBUTING.md and PR template
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Add examples in PR template
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    * Add examples in CONTRIBUTING.md
    
    Signed-off-by: Sachin Sahu <[email protected]>
    
    ---------
    
    Signed-off-by: Sachin Sahu <[email protected]>
    SachinSahu431 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2f36f98 View commit details
    Browse the repository at this point in the history
  2. Auto label PRs (#1518)

    chore: Automatically add labels to PRs, based on description
    
    Co-authored-by: Arthur Silva Sens <[email protected]>
    Signed-off-by: Sachin Sahu <[email protected]>
    
    ---------
    
    Signed-off-by: Sachin Sahu <[email protected]>
    Signed-off-by: Sachin Sahu <[email protected]>
    Signed-off-by: Kemal Akkoyun <[email protected]>
    Co-authored-by: Kemal Akkoyun <[email protected]>
    Co-authored-by: Arthur Silva Sens <[email protected]>
    3 people committed May 30, 2024
    Configuration menu
    Copy the full SHA
    105a3b7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Remove redundant labels

    Signed-off-by: Sachin Sahu <[email protected]>
    SachinSahu431 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3ac5b77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1525 from SachinSahu431/sachin/update-pr-labeler

    Fix: Auto label PRs #1518
    Arthur Silva Sens committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4b158ab View commit details
    Browse the repository at this point in the history
  3. ci: Group all changelog-related CI jobs into single one

    Signed-off-by: Arthur Silva Sens <[email protected]>
    ArthurSens committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0f23008 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. build(deps): bump github.com/prometheus/procfs from 0.13.0 to 0.15.1

    Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.13.0 to 0.15.1.
    - [Release notes](https://github.com/prometheus/procfs/releases)
    - [Commits](prometheus/procfs@v0.13.0...v0.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/procfs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    3d0a11d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request #1527 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/procfs-0.15.1
    
    build(deps): bump github.com/prometheus/procfs from 0.13.0 to 0.15.1
    Arthur Silva Sens committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    57abe22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1526 from prometheus/changelog-automation

    ci: Group all changelog-related CI jobs into single one
    Arthur Silva Sens committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8491260 View commit details
    Browse the repository at this point in the history
  3. Update common Prometheus files

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

Commits on Jun 5, 2024

  1. Merge pull request #1530 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    SuperQ committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0751e19 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/prometheus/client_golang

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](v1.19.0...v1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9cd52e1 View commit details
    Browse the repository at this point in the history
  3. Update common Prometheus files

    Signed-off-by: prombot <[email protected]>
    prombot committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9ab9603 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Remove synchronize trigger from workflow

    Signed-off-by: Sachin Sahu <[email protected]>
    SachinSahu431 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e6da43a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1532 from SachinSahu431/sachin/fix-changelog-auto…

    …mation
    
    Remove synchronize trigger from changelog workflow
    Arthur Silva Sens committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    920e6f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. feat: Support zstd compression (#1496)

    * feat: Support zstd encoding
    
    This allows endpoints to respond with zstd compressed metric data, if
    the requester supports it.
    
    I have imported a content-encoding parser from
    https://github.com/golang/gddo which is an archived repository to
    support different content-encoding headers.
    
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Update prometheus/promhttp/http.go
    
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Update prometheus/promhttp/http.go
    
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Update prometheus/promhttp/http.go
    
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Integrate review comments
    
    * String typed enum
    
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Test with gzip compression
    
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Update prometheus/promhttp/http.go
    
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Reorder error handling
    
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    Signed-off-by: Manuel Rüger <[email protected]>
    
    * Include review suggestions
    
    Signed-off-by: Manuel Rüger <[email protected]>
    
    ---------
    
    Signed-off-by: Manuel Rüger <[email protected]>
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    mrueg and bwplotka committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f08b10c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Fix golangci-lint config

    The deadline config key is now called timeout.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6098322 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1536 from prometheus/superq/lint_timeout

    Fix golangci-lint config
    Arthur Silva Sens committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b59c63b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #1529 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/client_golang-1.19.1
    
    build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /tutorial/whatsup
    SuperQ committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e06ccdb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge pull request #1531 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    Arthur Silva Sens committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7fe5d46 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Cleanup NOTICE file (#1541)

    The `github.com/matttproud/golang_protobuf_extensions` dependency was
    removed in favor of upstream protobuf functions.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    33697e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Remove inlined upstream code (#1539)

    Avoid having to maintain inlined code by using Go modules for
    `github.com/kylelemons/godebug`.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bccd682 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update common Prometheus files

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

Commits on Jun 27, 2024

  1. Merge pull request #1545 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    Arthur Silva Sens committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3631776 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. client: Add Option to provide limit query param for APIs that support…

    … it (#1544)
    
    * client: Add Option to provide limit query param for APIs that support it
    
    Signed-off-by: Ivan Ryabov <[email protected]>
    
    * Renamed formatOptions -> addOptionalURLParams and comment as per review feedback
    
    Signed-off-by: Ivan Ryabov <[email protected]>
    
    ---------
    
    Signed-off-by: Ivan Ryabov <[email protected]>
    abbyssoul committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    34e02e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. build(deps): bump github.com/prometheus/common in /tutorial/whatsup

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.53.0 to 0.55.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
    - [Commits](prometheus/common@v0.53.0...v0.55.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    00d26be View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.20.0 to 0.21.0.
    - [Commits](golang/sys@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ae67d7a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9

    Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.8 to 1.17.9.
    - [Release notes](https://github.com/klauspost/compress/releases)
    - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
    - [Commits](klauspost/compress@v1.17.8...v1.17.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/klauspost/compress
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ec6d6fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a5f005 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Update README.md (#1556)

    Signed-off-by: Bartlomiej Plotka <[email protected]>
    bwplotka committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7cd1249 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Temporarly remove required CI job for changelog. (#1560)

    Signed-off-by: bwplotka <[email protected]>
    bwplotka committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b080961 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1549 from prometheus/dependabot/go_modules/tutori…

    …al/whatsup/github.com/prometheus/common-0.55.0
    
    build(deps): bump github.com/prometheus/common from 0.53.0 to 0.55.0 in /tutorial/whatsup
    github-actions[bot] committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1b436e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1552 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.21.0
    
    build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0
    github-actions[bot] committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    90619d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1553 from prometheus/dependabot/go_modules/github…

    ….com/klauspost/compress-1.17.9
    
    build(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9
    github-actions[bot] committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    45f1e72 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2

    Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1b23087 View commit details
    Browse the repository at this point in the history
  6. Update common Prometheus files

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

Commits on Jul 15, 2024

  1. Update Go tests (#1562)

    Add new metric that appeared in 1.22.5 and 1.21.12.
    * Improve test output with `cmp.Diff`.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fec6b22 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    10f4161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46cfa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge pull request #1561 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    ArthurSens committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5d119ae View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. chore: Remove half-implemented changelog automation (#1564)

    Signed-off-by: Arthur Silva Sens <[email protected]>
    ArthurSens committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d85cd60 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the github-actions group across 1 directory with 3 …

    …updates
    
    Bumps the github-actions group with 3 updates in the / directory: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `dependabot/fetch-metadata` from 2.1.0 to 2.2.0
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@5e5f996...dbb049a)
    
    Updates `github/codeql-action` from 3.25.3 to 3.25.13
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@d39d31e...2d79040)
    
    Updates `actions/setup-go` from 5.0.0 to 5.0.2
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3d81bdd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1565 from prometheus/dependabot/github_actions/gi…

    …thub-actions-fde7c240f8
    
    build(deps): bump the github-actions group across 1 directory with 3 updates
    github-actions[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9f203a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update common Prometheus files (#1563)

    Signed-off-by: prombot <[email protected]>
    prombot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6f511c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8718b0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1551 from prometheus/dependabot/go_modules/google…

    ….golang.org/protobuf-1.34.2
    
    build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2
    github-actions[bot] committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cbfe44a View commit details
    Browse the repository at this point in the history
  4. deps: Updated to prometheus/common to 0.55 (#1566)

    Signed-off-by: bwplotka <[email protected]>
    bwplotka committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d7f83d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update common Prometheus files (#1567)

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

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    697372d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. go collector: add default metrics acceptance tests; adding more conte…

    …xt to HELP (#1568)
    
    * go collector: add default metrics acceptance tests; adding more context to HELP
    
    The context and details for help were possible thanks to @vesari research, thanks for that!
    
    Signed-off-by: bwplotka <[email protected]>
    
    * Update prometheus/go_collector.go
    
    Co-authored-by: Arianna Vespri <[email protected]>
    Signed-off-by: Bartlomiej Plotka <[email protected]>
    
    ---------
    
    Signed-off-by: bwplotka <[email protected]>
    Signed-off-by: Bartlomiej Plotka <[email protected]>
    Co-authored-by: Arianna Vespri <[email protected]>
    bwplotka and vesari committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0ce6d71 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.21.0 to 0.22.0.
    - [Commits](golang/sys@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2e98f83 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump the github-actions group with 3 updates

    Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `github/codeql-action` from 3.25.13 to 3.25.15
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@2d79040...afb54ba)
    
    Updates `actions/setup-go` from 5.0.1 to 5.0.2
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5.0.1...v5.0.2)
    
    Updates `golangci/golangci-lint-action` from 6.0.1 to 6.1.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@a4f60bb...aaa42aa)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7983708 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1570 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.22.0
    
    build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0
    github-actions[bot] committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f751d13 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1571 from prometheus/dependabot/github_actions/gi…

    …thub-actions-1edf403647
    
    build(deps): bump the github-actions group with 3 updates
    github-actions[bot] committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    46f77a9 View commit details
    Browse the repository at this point in the history
  6. Update common Prometheus files

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

Commits on Aug 6, 2024

  1. Merge pull request #1572 from prometheus/repo_sync

    Synchronize common files from prometheus/prometheus
    ArthurSens committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    28b5e6e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. ci: daggerize test and lint pipelines (#1534)

    * ci: daggerize go.yml pipeline
    
    Signed-off-by: Marcos Lilljedahl <[email protected]>
    
    * ci: upgrade dagger to v0.12 and apply comment fixes
    
    Signed-off-by: Marcos Lilljedahl <[email protected]>
    
    * rename dagger function to make it more descriptive
    
    Signed-off-by: Marcos Lilljedahl <[email protected]>
    
    ---------
    
    Signed-off-by: Marcos Lilljedahl <[email protected]>
    Co-authored-by: Kemal Akkoyun <[email protected]>
    marcosnils and kakkoyun committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3634bd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Update common Prometheus files (#1573)

    Signed-off-by: prombot <[email protected]>
    prombot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0715727 View commit details
    Browse the repository at this point in the history
  2. Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:b…

    …ytes, /sched/gomaxprocs:threads (#1559)
    
    * Add go_gomaxprocs, go_gogc_percent and go_gomemlimit to the default Go runtime metrics
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Move newly added metrics out of base metrics and into goCollector
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Rethink struct for newly added metrics, adapt and add tests
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Simplify new metrics reading
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Correct loop, add debugging lines
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Make goRuntimeEnvVarsMetrics function Go version dependent
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Fix go mod
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Remove debuggin line
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Move default runtime metrics into the runtime metrics flow, change tests accordingly
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * Go version expected default runtime metrics map for tests
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    * 1.21 update.
    
    Signed-off-by: bwplotka <[email protected]>
    
    * Addressed comments on Arianna's PR.
    
    Signed-off-by: bwplotka <[email protected]>
    
    * Use default GoCollector func in test
    
    Signed-off-by: Arianna Vespri <[email protected]>
    
    ---------
    
    Signed-off-by: Arianna Vespri <[email protected]>
    Signed-off-by: bwplotka <[email protected]>
    Co-authored-by: bwplotka <[email protected]>
    vesari and bwplotka committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3ad2722 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Update common Prometheus files (#1576)

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

Commits on Aug 14, 2024

  1. Remove go_memstat_lookups_total; added runtime/metrics calculation to…

    … memstat metric's help. (#1577)
    
    * Removeed go_memstat_lookups_total which was always set to 0; added runtime/metrics info to memstat metric helps.
    
    I know we ideally should not remove any metric from default list, but
    this one is always zero, so let's save everyone's money.
    
    Signed-off-by: bwplotka <[email protected]>
    
    * Update prometheus/go_collector.go
    
    Co-authored-by: Arthur Silva Sens <[email protected]>
    Signed-off-by: Bartlomiej Plotka <[email protected]>
    
    ---------
    
    Signed-off-by: bwplotka <[email protected]>
    Signed-off-by: Bartlomiej Plotka <[email protected]>
    Co-authored-by: Arthur Silva Sens <[email protected]>
    bwplotka and ArthurSens committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    062300e View commit details
    Browse the repository at this point in the history
  2. gocollector: Attach original runtime/metrics metric name to help. (#1578

    )
    
    This helps in filtering capabilities and generally in discovery/knowledge sharing.
    
    Signed-off-by: bwplotka <[email protected]>
    bwplotka committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7ce5089 View commit details
    Browse the repository at this point in the history
  3. Cut 1.20.0 release. (#1580)

    * Cut 1.20.0.
    
    Signed-off-by: bwplotka <[email protected]>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Arthur Silva Sens <[email protected]>
    Signed-off-by: Bartlomiej Plotka <[email protected]>
    
    ---------
    
    Signed-off-by: bwplotka <[email protected]>
    Signed-off-by: Bartlomiej Plotka <[email protected]>
    Co-authored-by: Arthur Silva Sens <[email protected]>
    bwplotka and ArthurSens committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    73b811c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1582 from prometheus/main-1.20

    Merge release-1.20 to main
    ArthurSens committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    05936e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    8514bd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1583 from prometheus/fix

    gocollector: Tiny fix for help message with runtime/metrics source.
    ArthurSens committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    989a6d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. ci: bump dagger to the latest version (#1588)

    this commit also adds an `includes` field to the dagger.json so the
    initial SDK code generation runs faster as only the Dagger module source
    is included
    
    Signed-off-by: Marcos Lilljedahl <[email protected]>
    marcosnils committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b5361fe View commit details
    Browse the repository at this point in the history
  2. Use NewPedanticRegistry in Process' Collector tests

    Signed-off-by: Arthur Silva Sens <[email protected]>
    ArthurSens authored and bwplotka committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5bf3341 View commit details
    Browse the repository at this point in the history
  3. bugfix: Pass network metrics to processCollector's Describe() function

    Signed-off-by: Arthur Silva Sens <[email protected]>
    ArthurSens authored and bwplotka committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    261fe84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2dd7b3 View commit details
    Browse the repository at this point in the history
  5. Cut 1.20.1

    Signed-off-by: bwplotka <[email protected]>
    bwplotka committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4a15d05 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1587 from prometheus/fix-processcollector

    Fix processcollector
    ArthurSens committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2254d6c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix: Unset Content-Encoding header when uncompressed

    Fixes: #1595
    Signed-off-by: Manuel Rüger <[email protected]>
    mrueg committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f7f8f3a View commit details
    Browse the repository at this point in the history
  2. Cut 1.20.2

    Signed-off-by: Manuel Rüger <[email protected]>
    mrueg committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    187acd4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1596 from mrueg/fix-uncompressed-content-header

    fix: Unset Content-Encoding header when uncompressed
    ArthurSens committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    67121dc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Merge pull request #1593 from prometheus/release-1.20

    Merge release-1.20 back to main
    ArthurSens committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    dbf72fc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update linting

    * Update golangci-lint from upstream prometheus repo.
    * Ignore min/max in predeclared.
    * Fix `Errorf()` use.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e080e48 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Merge pull request #1603 from prometheus/superq/cleanup_lint

    Update linting
    ArthurSens committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    ffc4cc6 View commit details
    Browse the repository at this point in the history
  2. Update supported Go versions

    Now that 1.23 is out, update the supported version matrix to Go 1.21
    through 1.23. This allows us to start using `log/slog`.
    * Update generated tests.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c85ae6b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1602 from prometheus/superq/update_go

    Update supported Go versions
    ArthurSens committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    0a90db7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.22.0 to 0.24.0.
    - [Commits](golang/sys@v0.22.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4c36916 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0

    Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.55.0 to 0.57.0.
    - [Release notes](https://github.com/prometheus/common/releases)
    - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
    - [Commits](prometheus/common@v0.55.0...v0.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    25ed766 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1611 from prometheus/dependabot/go_modules/golang…

    ….org/x/sys-0.24.0
    
    build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0
    github-actions[bot] committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    0ac5bf3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1612 from prometheus/dependabot/go_modules/github…

    ….com/prometheus/common-0.57.0
    
    build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0
    github-actions[bot] committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    67683fd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. changed the name of all variables with min/max name (#1606)

    * changed the name of all variables with min/max name
    
    Signed-off-by: Parth Lawania <[email protected]>
    
    * removed predeclared ignore condition for min and max identifiers
    
    Signed-off-by: Parth Lawania <[email protected]>
    
    ---------
    
    Signed-off-by: Parth Lawania <[email protected]>
    Co-authored-by: Parth Lawania <[email protected]>
    parthlaw and Parth Lawania committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    850b6c0 View commit details
    Browse the repository at this point in the history
  2. Update Dagger and build. (#1610)

    * Update Dagger and build
    
    * Update dagger actions to use pinnning.
    * Add /dagger to dependabot to keep the Dagger modules up-to-date.
    * Update dagger default Go version.
    * Update tutorials/whatsup Go version.
    * Update actions to use pinning.
    
    Signed-off-by: SuperQ <[email protected]>
    
    ---------
    
    Signed-off-by: SuperQ <[email protected]>
    Signed-off-by: Arthur Silva Sens <[email protected]>
    Co-authored-by: Arthur Silva Sens <[email protected]>
    SuperQ and ArthurSens committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2cc3a2f View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action

    Bumps the github-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.25.15 to 3.26.6
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@afb54ba...4dd1613)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fd3057a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1614 from prometheus/dependabot/github_actions/gi…

    …thub-actions-aadb7c6e64
    
    build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group across 1 directory
    github-actions[bot] committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    30da80d View commit details
    Browse the repository at this point in the history
  5. examples: Improved GoCollector example. (#1589)

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

Commits on Sep 3, 2024

  1. Update common Prometheus files (#1615)

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

Commits on Sep 4, 2024

  1. process_collector: fill in most statistics on macOS (#1600)

    * process_collector: fill in most statistics on macOS
    
    Unfortunately, the virtual memory, resident memory, and network stats will
    require access to undocumented C functions.  I was warned off of cgo in IRC
    because it would then have to be enabled in a bunch of different projects that
    use this module, but I already was against it because that would break the
    ability to cross-compile.  There is no interface to `dlopen` built into golang.
    The `github.com/ebitengine/purego` module looks promising (I can cross-compile
    and call these methods), but I'm currently getting unexpected results.  I'll
    follow up with that separately if I can get it working, but hopefully this stuff
    is pretty uncontroversial.
    
    Tested on macOS 10.14.6 (amd64), macOS 14.6.1 (amd64), and macOS 15.0 (arm64)
    by spawning `/usr/bin/ulimit -a -S` and `/usr/sbin/lsof -c $my_process` from
    the test exporter process, and `ps -o lstart,vsize,rss,utime,stime,command` from
    the shell, and comparing results with the exported metrics.
    
    I can't find documentation for `RLIMIT_AS` on macOS (specifically if it's in
    bytes or pages).  It's currently being reported back as `RLIM_INFINITY`, which
    seems reasonable, because I've come across reports that the value is ignored
    anyway[1].  The bash 3.2 code for the built-in `ulimit` divides the value
    reported by `getrusage(2)` by 1024 when printing, as it does for `RLIMIT_DATA`,
    which is documented as being bytes in `getrusage(2)`.  The help for `ulimit`
    indicates it prints both in kbytes, so it's reasonable to assume this is already
    in bytes.
    
    [1] https://issues.chromium.org/issues/40581251#comment3
    
    Signed-off-by: Matt Harbison <[email protected]>
    
    * Update prometheus/process_collector_darwin.go
    
    Co-authored-by: Ben Kochie <[email protected]>
    Signed-off-by: Matt Harbison <[email protected]>
    
    ---------
    
    Signed-off-by: Matt Harbison <[email protected]>
    Signed-off-by: Matt Harbison <[email protected]>
    Co-authored-by: Ben Kochie <[email protected]>
    Co-authored-by: Bartlomiej Plotka <[email protected]>
    3 people committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a5e1340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f21b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    4d20de5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1618 from prometheus/owilliams/utf8-testing

    Set allow-utf-8 in Format during tests to avoid escaping.
    ywwg committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c29b986 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update common Prometheus files (#1622)

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