1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Files
opentelemetry-go/exporters/prometheus
renovate[bot] 18b114b9a6 fix(deps): update module github.com/prometheus/otlptranslator to v1 (#7358)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/prometheus/otlptranslator](https://redirect.github.com/prometheus/otlptranslator)
| `v0.0.2` -> `v1.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fotlptranslator/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fotlptranslator/v0.0.2/v1.0.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/otlptranslator
(github.com/prometheus/otlptranslator)</summary>

###
[`v1.0.0`](https://redirect.github.com/prometheus/otlptranslator/releases/tag/v1.0.0)

[Compare
Source](https://redirect.github.com/prometheus/otlptranslator/compare/v0.0.2...v1.0.0)

#### ⚠️ Breaking changes ⚠️

- Label names that start with a single Underscore (`_`) character are no
longer prefixed with the word `key` during translation. Folks who depend
on such behavior can re-enable it by setting
`LabelNamer.UnderscoreLabelSanitization = true`.
[#&#8203;55](https://redirect.github.com/prometheus/otlptranslator/pull/55)
- Labels that have multiple underscores in sequence are now deduplicated
if UTF-8 isn't allowed. Folks who depend on such behavior can re-enable
it by setting `LabelNamer.PreserveMultipleUnderscores = true`. Be aware
that if `UTF8Allowed` is set to true, multiple underscores are preserved
even if `PreserveMultipleUnderscores == false`.
[#&#8203;58](https://redirect.github.com/prometheus/otlptranslator/pull/58)

#### Bug fixes

- Error is returned if the result of a translation is a string
consisting of underscores only.
[#&#8203;56](https://redirect.github.com/prometheus/otlptranslator/pull/56)

#### Performance

- Remove usage of regexp.
[#&#8203;59](https://redirect.github.com/prometheus/otlptranslator/pull/59)

**Full Changelog**:
<https://github.com/prometheus/otlptranslator/compare/v0.0.2...v1.0.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dmathieu <damien.mathieu@elastic.co>
2025-09-16 11:41:43 +02:00
..
2025-07-29 10:19:11 +02:00
2024-03-26 20:13:54 +01:00