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

Don't always fetch a OAuth2 token, if the secret from a file didn't change #647

Merged

Conversation

multani
Copy link
Contributor

@multani multani commented Jun 5, 2024

When configuring a OAuth2 client using the client_secret_file configuration option, the original intent of the code was to not forcefully refetch a token if the content of the file didn't change.

However, both the test and the implementation had 2 typos and a new token token was fetched on every request through the HTTP client:

  • The code was always keeping track of the very first secret configured ; in the case of a secret coming from a file, the secret kept in the state was always empty and would never match the content of the file (except if the file contains nothing, in which case the authentication couldn't proceed anyway).
  • The test for this feature was using an inline secret which was never changing, instead of the intended secret file. Thus, as the secret was never changed, the token endpoint was never called.

I extracted the secret variable from the tests to make it, hopefully, a bit clearer to see it's actual type.

@multani multani force-pushed the fix-oauth2-secret-file-refresh branch from 97b3a3f to b5aa8cb Compare June 6, 2024 09:43
@multani
Copy link
Contributor Author

multani commented Jun 6, 2024

I pushed-force to sign the commit.

@roidelapluie
Copy link
Member

Thanks, LGTM, Can you rebase?

@multani multani force-pushed the fix-oauth2-secret-file-refresh branch from b5aa8cb to 1242654 Compare June 27, 2024 10:38
…hange

When configuring a OAuth2 client using the `client_secret_file`
configuration option, the original intent of the code was to *not*
forcefully refetch a token if the content of the file didn't change.

However, both the test and the implementation had 2 typos and a new
token token was fetched on every request through the HTTP client.

Signed-off-by: Jonathan Ballet <jon@multani.info>
@multani multani force-pushed the fix-oauth2-secret-file-refresh branch from 1242654 to 249682f Compare June 27, 2024 10:39
@multani
Copy link
Contributor Author

multani commented Jun 27, 2024

@roidelapluie I rebased on main 👍

@roidelapluie roidelapluie merged commit 8742f09 into prometheus:main Jun 28, 2024
7 checks passed
@multani multani deleted the fix-oauth2-secret-file-refresh branch June 28, 2024 12:02
XSAM pushed a commit to XSAM/otelsql that referenced this pull request Aug 27, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/prometheus/common](https://github.com/prometheus/common)
| `v0.55.0` -> `v0.56.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.55.0/v0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.55.0/v0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prometheus/common (github.com/prometheus/common)</summary>

###
[`v0.56.0`](https://github.com/prometheus/common/releases/tag/v0.56.0)

#### What's Changed

- Don't always fetch a OAuth2 token, if the secret from a file didn't
change by [@&#8203;multani](https://github.com/multani) in
[prometheus/common#647
- remove dependency to github.com/prometheus/client_golang by
[@&#8203;ilius](https://github.com/ilius) in
[prometheus/common#662
- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#661
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#664
- Revert
[#&#8203;576](https://github.com/prometheus/common/issues/576) and add
deprecation notice by [@&#8203;SuperQ](https://github.com/SuperQ) in
[prometheus/common#665
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#667
- use basic string in IsValidLegacyMetricName by
[@&#8203;ywwg](https://github.com/ywwg) in
[prometheus/common#668
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#672
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#674
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#671
- sigv4: support nil body by
[@&#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#673
- Fix overflows of untyped int constants on 32-bit by
[@&#8203;dswarbrick](https://github.com/dswarbrick) in
[prometheus/common#675
- Update client_golang by [@&#8203;SuperQ](https://github.com/SuperQ)
in
[prometheus/common#676
- Update golangci lint by
[@&#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#679
- expfmt: Add UTF-8 syntax support in text_parse.go by
[@&#8203;fedetorres93](https://github.com/fedetorres93) in
[prometheus/common#670
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#681
- fix(utf8): provide a method for explicitly checking label names for
legacy validity by [@&#8203;ywwg](https://github.com/ywwg) in
[prometheus/common#682

#### New Contributors

- [@&#8203;multani](https://github.com/multani) made their first
contribution in
[prometheus/common#647
- [@&#8203;ilius](https://github.com/ilius) made their first
contribution in
[prometheus/common#662
- [@&#8203;dswarbrick](https://github.com/dswarbrick) made their first
contribution in
[prometheus/common#675
- [@&#8203;fedetorres93](https://github.com/fedetorres93) made their
first contribution in
[prometheus/common#670

**Full Changelog**:
prometheus/common@v0.55.0...v0.56.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/XSAM/otelsql).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
codeboten pushed a commit to open-telemetry/opentelemetry-collector that referenced this pull request Aug 28, 2024
)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/prometheus/common](https://github.com/prometheus/common)
| `v0.55.0` -> `v0.56.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.55.0/v0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.55.0/v0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus/common (github.com/prometheus/common)</summary>

###
[`v0.56.0`](https://github.com/prometheus/common/releases/tag/v0.56.0)

[Compare
Source](https://github.com/prometheus/common/compare/v0.55.0...v0.56.0)

#### What's Changed

- Don't always fetch a OAuth2 token, if the secret from a file didn't
change by [@&#8203;multani](https://github.com/multani) in
[prometheus/common#647
- remove dependency to github.com/prometheus/client_golang by
[@&#8203;ilius](https://github.com/ilius) in
[prometheus/common#662
- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#661
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#664
- Revert
[#&#8203;576](https://github.com/prometheus/common/issues/576) and add
deprecation notice by [@&#8203;SuperQ](https://github.com/SuperQ) in
[prometheus/common#665
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#667
- use basic string in IsValidLegacyMetricName by
[@&#8203;ywwg](https://github.com/ywwg) in
[prometheus/common#668
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#672
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#674
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#671
- sigv4: support nil body by
[@&#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#673
- Fix overflows of untyped int constants on 32-bit by
[@&#8203;dswarbrick](https://github.com/dswarbrick) in
[prometheus/common#675
- Update client_golang by [@&#8203;SuperQ](https://github.com/SuperQ)
in
[prometheus/common#676
- Update golangci lint by
[@&#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#679
- expfmt: Add UTF-8 syntax support in text_parse.go by
[@&#8203;fedetorres93](https://github.com/fedetorres93) in
[prometheus/common#670
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#681
- fix(utf8): provide a method for explicitly checking label names for
legacy validity by [@&#8203;ywwg](https://github.com/ywwg) in
[prometheus/common#682

#### New Contributors

- [@&#8203;multani](https://github.com/multani) made their first
contribution in
[prometheus/common#647
- [@&#8203;ilius](https://github.com/ilius) made their first
contribution in
[prometheus/common#662
- [@&#8203;dswarbrick](https://github.com/dswarbrick) made their first
contribution in
[prometheus/common#675
- [@&#8203;fedetorres93](https://github.com/fedetorres93) made their
first contribution in
[prometheus/common#670

**Full Changelog**:
prometheus/common@v0.55.0...v0.56.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
MrAlias pushed a commit to open-telemetry/opentelemetry-go-contrib that referenced this pull request Aug 29, 2024
…6059)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/prometheus/common](https://github.com/prometheus/common)
| `v0.55.0` -> `v0.57.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.55.0/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.55.0/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prometheus/common (github.com/prometheus/common)</summary>

###
[`v0.57.0`](https://github.com/prometheus/common/releases/tag/v0.57.0)

[Compare
Source](https://github.com/prometheus/common/compare/v0.56.0...v0.57.0)

#### What's Changed

- feat: new promslog and promslog/flag packages to wrap log/slog by
[@&#8203;tjhop](https://github.com/tjhop) in
[prometheus/common#677

#### New Contributors

- [@&#8203;tjhop](https://github.com/tjhop) made their first
contribution in
[prometheus/common#677

**Full Changelog**:
prometheus/common@v0.56.0...v0.57.0

###
[`v0.56.0`](https://github.com/prometheus/common/releases/tag/v0.56.0)

[Compare
Source](https://github.com/prometheus/common/compare/v0.55.0...v0.56.0)

#### What's Changed

- Don't always fetch a OAuth2 token, if the secret from a file didn't
change by [@&#8203;multani](https://github.com/multani) in
[prometheus/common#647
- remove dependency to github.com/prometheus/client_golang by
[@&#8203;ilius](https://github.com/ilius) in
[prometheus/common#662
- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#661
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#664
- Revert
[#&#8203;576](https://github.com/prometheus/common/issues/576) and add
deprecation notice by [@&#8203;SuperQ](https://github.com/SuperQ) in
[prometheus/common#665
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#667
- use basic string in IsValidLegacyMetricName by
[@&#8203;ywwg](https://github.com/ywwg) in
[prometheus/common#668
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#672
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#674
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#671
- sigv4: support nil body by
[@&#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#673
- Fix overflows of untyped int constants on 32-bit by
[@&#8203;dswarbrick](https://github.com/dswarbrick) in
[prometheus/common#675
- Update client_golang by [@&#8203;SuperQ](https://github.com/SuperQ)
in
[prometheus/common#676
- Update golangci lint by
[@&#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#679
- expfmt: Add UTF-8 syntax support in text_parse.go by
[@&#8203;fedetorres93](https://github.com/fedetorres93) in
[prometheus/common#670
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#681
- fix(utf8): provide a method for explicitly checking label names for
legacy validity by [@&#8203;ywwg](https://github.com/ywwg) in
[prometheus/common#682

#### New Contributors

- [@&#8203;multani](https://github.com/multani) made their first
contribution in
[prometheus/common#647
- [@&#8203;ilius](https://github.com/ilius) made their first
contribution in
[prometheus/common#662
- [@&#8203;dswarbrick](https://github.com/dswarbrick) made their first
contribution in
[prometheus/common#675
- [@&#8203;fedetorres93](https://github.com/fedetorres93) made their
first contribution in
[prometheus/common#670

**Full Changelog**:
prometheus/common@v0.55.0...v0.56.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
MrAlias pushed a commit to open-telemetry/opentelemetry-go that referenced this pull request Aug 29, 2024
…5748)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/prometheus/common](https://github.com/prometheus/common)
| `v0.55.0` -> `v0.57.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.55.0/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.55.0/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>prometheus/common (github.com/prometheus/common)</summary>

###
[`v0.57.0`](https://github.com/prometheus/common/releases/tag/v0.57.0)

[Compare
Source](https://github.com/prometheus/common/compare/v0.56.0...v0.57.0)

#### What's Changed

- feat: new promslog and promslog/flag packages to wrap log/slog by
[@&#8203;tjhop](https://github.com/tjhop) in
[prometheus/common#677

#### New Contributors

- [@&#8203;tjhop](https://github.com/tjhop) made their first
contribution in
[prometheus/common#677

**Full Changelog**:
prometheus/common@v0.56.0...v0.57.0

###
[`v0.56.0`](https://github.com/prometheus/common/releases/tag/v0.56.0)

[Compare
Source](https://github.com/prometheus/common/compare/v0.55.0...v0.56.0)

#### What's Changed

- Don't always fetch a OAuth2 token, if the secret from a file didn't
change by [@&#8203;multani](https://github.com/multani) in
[prometheus/common#647
- remove dependency to github.com/prometheus/client_golang by
[@&#8203;ilius](https://github.com/ilius) in
[prometheus/common#662
- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#661
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#664
- Revert
[#&#8203;576](https://github.com/prometheus/common/issues/576) and add
deprecation notice by [@&#8203;SuperQ](https://github.com/SuperQ) in
[prometheus/common#665
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#667
- use basic string in IsValidLegacyMetricName by
[@&#8203;ywwg](https://github.com/ywwg) in
[prometheus/common#668
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#672
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#674
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#671
- sigv4: support nil body by
[@&#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#673
- Fix overflows of untyped int constants on 32-bit by
[@&#8203;dswarbrick](https://github.com/dswarbrick) in
[prometheus/common#675
- Update client_golang by [@&#8203;SuperQ](https://github.com/SuperQ)
in
[prometheus/common#676
- Update golangci lint by
[@&#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#679
- expfmt: Add UTF-8 syntax support in text_parse.go by
[@&#8203;fedetorres93](https://github.com/fedetorres93) in
[prometheus/common#670
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://github.com/prombot) in
[prometheus/common#681
- fix(utf8): provide a method for explicitly checking label names for
legacy validity by [@&#8203;ywwg](https://github.com/ywwg) in
[prometheus/common#682

#### New Contributors

- [@&#8203;multani](https://github.com/multani) made their first
contribution in
[prometheus/common#647
- [@&#8203;ilius](https://github.com/ilius) made their first
contribution in
[prometheus/common#662
- [@&#8203;dswarbrick](https://github.com/dswarbrick) made their first
contribution in
[prometheus/common#675
- [@&#8203;fedetorres93](https://github.com/fedetorres93) made their
first contribution in
[prometheus/common#670

**Full Changelog**:
prometheus/common@v0.55.0...v0.56.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants