Skip to content

Tags: prometheus/common

Tags

Verified

This tag was signed with the committer’s verified signature.

v0.68.1

Toggle v0.68.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update common Prometheus files (#915)

Signed-off-by: prombot <prometheus-team@googlegroups.com>

v0.68.0

Toggle v0.68.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
config: apply DialContextFunc to OAuth2 token-fetch transport (#911)

newOauth2TokenSource builds its own http.Transport to fetch tokens but
doesn't set DialContext on it. Any DialContextFunc passed via
WithDialContextFunc is applied to the main request transport but silently
skipped for the token endpoint.

Set DialContext on the token transport the same way it is set on the main
one. When dialContextFunc is nil the behaviour is unchanged since
http.Transport falls back to its default dialer.

Added TestOAuth2DialContextFunc to verify that WithDialContextFunc blocks
the token endpoint fetch, not only the final request.

Signed-off-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>

v0.67.5

Toggle v0.67.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#…

…870)

Bumps google.golang.org/protobuf from 1.36.10 to 1.36.11.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.67.4

Toggle v0.67.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Add omitempty tag to all config fields (#865)

* chore: Add omitempty tag to all config fields

Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>

* chore: Add omitempty tag to all config fields

Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>

* chore: Add omitempty tag to all config fields

Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>

---------

Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>

v0.67.3

Toggle v0.67.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #863 from prometheus/remove-http2-comment

Config: remove outdated comment about HTTP/2 issues

Verified

This tag was signed with the committer’s verified signature.
beorn7 Björn Rabenstein

v0.67.1

Toggle v0.67.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #853 from prometheus/superq/version

Fix Go case-insensitive file name collision

Verified

This tag was signed with the committer’s verified signature.
beorn7 Björn Rabenstein