Dmitrii Anoshin
324f5a22d6
Deprecate processorprofiles module in favor of xprocessor ( #11883 )
...
to allow adding more experimental data types
Updates
https://github.com/open-telemetry/opentelemetry-collector/issues/11778
2024-12-13 21:36:25 +00:00
Yang Song
686132fc27
[chore] fix xconsumer mod versions ( #11884 )
...
#### Description
`make update-otel` failed in contrib due to the new packages added in
https://github.com/open-telemetry/opentelemetry-collector/pull/11779 .
Pin a commit version for them in go mod to see if it unblocks contrib
2024-12-13 20:53:32 +00:00
Dmitrii Anoshin
63d83d5e79
Deprecate consumerprofiles module in favor of xconsumer ( #11779 )
...
To allow adding more experimental data types. First step towards
https://github.com/open-telemetry/opentelemetry-collector/issues/11778
2024-12-12 22:09:02 +00:00
renovate[bot]
d5ddbf7ebf
fix(deps): update module google.golang.org/grpc to v1.68.1 ( #11835 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go ) |
`v1.67.1` -> `v1.68.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>grpc/grpc-go (google.golang.org/grpc)</summary>
###
[`v1.68.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.68.1 ):
Release 1.68.1
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.68.0...v1.68.1 )
### Bug Fixes
- credentials/alts: avoid SRV and TXT lookups for handshaker service to
work around hangs caused by buggy versions of systemd-resolved.
([#​7861](https://redirect.github.com/grpc/grpc-go/issues/7861 ))
### Dependencies
- Relax minimum Go version requirement from `go1.22.7` to `go1.22`.
([#​7831](https://redirect.github.com/grpc/grpc-go/issues/7831 ))
###
[`v1.68.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.68.0 ):
Release 1.68.0
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.2...v1.68.0 )
### Behavior Changes
- stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID"
environment variable, rather than parsing from bootstrap file
([#​7740](https://redirect.github.com/grpc/grpc-go/issues/7740 ))
- orca (experimental): if using an ORCA listener, it must now be
registered only on a READY SubConn, and the listener will automatically
be stopped when the connection is lost.
([#​7663](https://redirect.github.com/grpc/grpc-go/issues/7663 ))
- client: `ClientConn.Close()` now closes transports simultaneously and
waits for transports to be closed before returning.
([#​7666](https://redirect.github.com/grpc/grpc-go/issues/7666 ))
- credentials: TLS credentials created via `NewTLS` that use
`tls.Config.GetConfigForClient` will now have CipherSuites, supported
TLS versions and ALPN configured automatically. These were previously
only set for configs not using the `GetConfigForClient` option.
([#​7709](https://redirect.github.com/grpc/grpc-go/issues/7709 ))
### Bug Fixes
- transport: prevent deadlock in client transport shutdown when writing
the GOAWAY frame hangs.
([#​7662](https://redirect.github.com/grpc/grpc-go/issues/7662 ))
- mem: reuse buffers more accurately by using slice capacity instead of
length
([#​7702](https://redirect.github.com/grpc/grpc-go/issues/7702 ))
- Special Thanks:
[@​PapaCharlie](https://redirect.github.com/PapaCharlie )
- status: Fix regression caused by
[#​6919](https://redirect.github.com/grpc/grpc-go/issues/6919 ) in
status.Details() causing it to return a wrapped type when getting proto
messages generated with protoc-gen-go < v1.
([#​7724](https://redirect.github.com/grpc/grpc-go/issues/7724 ))
### Dependencies
- Bump minimum supported Go version to `go1.22.7`.
([#​7624](https://redirect.github.com/grpc/grpc-go/issues/7624 ))
###
[`v1.67.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.67.2 ):
Release 1.67.2
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.1...v1.67.2 )
### Bug Fixes
- credentials/alts: avoid SRV and TXT lookups for handshaker service to
work around hangs caused by buggy versions of systemd-resolved.
([#​7861](https://redirect.github.com/grpc/grpc-go/issues/7861 ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-12-10 05:00:52 +00:00
OpenTelemetry Bot
a65008e7ef
[chore] Prepare release v1.21.0/v0.115.0 ( #11788 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.21.0/v0.115.0
- make prepare-release PREVIOUS_VERSION=1[.]20[.]0
RELEASE_CANDIDATE=1.21.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]114[.]0
RELEASE_CANDIDATE=0.115.0 MODSET=beta
2024-12-03 13:22:05 -08:00
renovate[bot]
e91dafacd9
fix(deps): update module github.com/stretchr/testify to v1.10.0 ( #11751 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/stretchr/testify](https://redirect.github.com/stretchr/testify )
| `v1.9.0` -> `v1.10.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>stretchr/testify (github.com/stretchr/testify)</summary>
###
[`v1.10.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.10.0 )
[Compare
Source](https://redirect.github.com/stretchr/testify/compare/v1.9.0...v1.10.0 )
#### What's Changed
##### Functional Changes
- Add PanicAssertionFunc by
[@​fahimbagar](https://redirect.github.com/fahimbagar ) in
[https://github.com/stretchr/testify/pull/1337 ](https://redirect.github.com/stretchr/testify/pull/1337 )
- assert: deprecate CompareType by
[@​dolmen](https://redirect.github.com/dolmen ) in
[https://github.com/stretchr/testify/pull/1566 ](https://redirect.github.com/stretchr/testify/pull/1566 )
- assert: make YAML dependency pluggable via build tags by
[@​dolmen](https://redirect.github.com/dolmen ) in
[https://github.com/stretchr/testify/pull/1579 ](https://redirect.github.com/stretchr/testify/pull/1579 )
- assert: new assertion NotElementsMatch by
[@​hendrywiranto](https://redirect.github.com/hendrywiranto ) in
[https://github.com/stretchr/testify/pull/1600 ](https://redirect.github.com/stretchr/testify/pull/1600 )
- mock: in order mock calls by
[@​ReyOrtiz](https://redirect.github.com/ReyOrtiz ) in
[https://github.com/stretchr/testify/pull/1637 ](https://redirect.github.com/stretchr/testify/pull/1637 )
- Add assertion for NotErrorAs by
[@​palsivertsen](https://redirect.github.com/palsivertsen ) in
[https://github.com/stretchr/testify/pull/1129 ](https://redirect.github.com/stretchr/testify/pull/1129 )
- Record Return Arguments of a Call by
[@​jayd3e](https://redirect.github.com/jayd3e ) in
[https://github.com/stretchr/testify/pull/1636 ](https://redirect.github.com/stretchr/testify/pull/1636 )
- assert.EqualExportedValues: accepts everything by
[@​redachl](https://redirect.github.com/redachl ) in
[https://github.com/stretchr/testify/pull/1586 ](https://redirect.github.com/stretchr/testify/pull/1586 )
##### Fixes
- assert: make tHelper a type alias by
[@​dolmen](https://redirect.github.com/dolmen ) in
[https://github.com/stretchr/testify/pull/1562 ](https://redirect.github.com/stretchr/testify/pull/1562 )
- Do not get argument again unnecessarily in Arguments.Error() by
[@​TomWright](https://redirect.github.com/TomWright ) in
[https://github.com/stretchr/testify/pull/820 ](https://redirect.github.com/stretchr/testify/pull/820 )
- Fix time.Time compare by
[@​myxo](https://redirect.github.com/myxo ) in
[https://github.com/stretchr/testify/pull/1582 ](https://redirect.github.com/stretchr/testify/pull/1582 )
- assert.Regexp: handle \[]byte array properly by
[@​kevinburkesegment](https://redirect.github.com/kevinburkesegment )
in
[https://github.com/stretchr/testify/pull/1587 ](https://redirect.github.com/stretchr/testify/pull/1587 )
- assert: collect.FailNow() should not panic by
[@​marshall-lee](https://redirect.github.com/marshall-lee ) in
[https://github.com/stretchr/testify/pull/1481 ](https://redirect.github.com/stretchr/testify/pull/1481 )
- mock: simplify implementation of FunctionalOptions by
[@​dolmen](https://redirect.github.com/dolmen ) in
[https://github.com/stretchr/testify/pull/1571 ](https://redirect.github.com/stretchr/testify/pull/1571 )
- mock: caller information for unexpected method call by
[@​spirin](https://redirect.github.com/spirin ) in
[https://github.com/stretchr/testify/pull/1644 ](https://redirect.github.com/stretchr/testify/pull/1644 )
- suite: fix test failures by
[@​stevenh](https://redirect.github.com/stevenh ) in
[https://github.com/stretchr/testify/pull/1421 ](https://redirect.github.com/stretchr/testify/pull/1421 )
- Fix issue
[#​1662](https://redirect.github.com/stretchr/testify/issues/1662 )
(comparing infs should fail) by
[@​ybrustin](https://redirect.github.com/ybrustin ) in
[https://github.com/stretchr/testify/pull/1663 ](https://redirect.github.com/stretchr/testify/pull/1663 )
- NotSame should fail if args are not pointers
[#​1661](https://redirect.github.com/stretchr/testify/issues/1661 )
by [@​sikehish](https://redirect.github.com/sikehish ) in
[https://github.com/stretchr/testify/pull/1664 ](https://redirect.github.com/stretchr/testify/pull/1664 )
- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
by [@​sikehish](https://redirect.github.com/sikehish ) in
[https://github.com/stretchr/testify/pull/1667 ](https://redirect.github.com/stretchr/testify/pull/1667 )
- fix: compare functional option names for indirect calls by
[@​arjun-1](https://redirect.github.com/arjun-1 ) in
[https://github.com/stretchr/testify/pull/1626 ](https://redirect.github.com/stretchr/testify/pull/1626 )
##### Documantation, Build & CI
- .gitignore: ignore "go test -c" binaries by
[@​dolmen](https://redirect.github.com/dolmen ) in
[https://github.com/stretchr/testify/pull/1565 ](https://redirect.github.com/stretchr/testify/pull/1565 )
- mock: improve doc by
[@​dolmen](https://redirect.github.com/dolmen ) in
[https://github.com/stretchr/testify/pull/1570 ](https://redirect.github.com/stretchr/testify/pull/1570 )
- mock: fix FunctionalOptions docs by
[@​snirye](https://redirect.github.com/snirye ) in
[https://github.com/stretchr/testify/pull/1433 ](https://redirect.github.com/stretchr/testify/pull/1433 )
- README: link out to the excellent testifylint by
[@​brackendawson](https://redirect.github.com/brackendawson ) in
[https://github.com/stretchr/testify/pull/1568 ](https://redirect.github.com/stretchr/testify/pull/1568 )
- assert: fix typo in comment by
[@​JohnEndson](https://redirect.github.com/JohnEndson ) in
[https://github.com/stretchr/testify/pull/1580 ](https://redirect.github.com/stretchr/testify/pull/1580 )
- Correct the EventuallyWithT and EventuallyWithTf example by
[@​JonCrowther](https://redirect.github.com/JonCrowther ) in
[https://github.com/stretchr/testify/pull/1588 ](https://redirect.github.com/stretchr/testify/pull/1588 )
- CI: bump softprops/action-gh-release from 1 to 2 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/stretchr/testify/pull/1575 ](https://redirect.github.com/stretchr/testify/pull/1575 )
- mock: document more alternatives to deprecated AnythingOfTypeArgument
by [@​dolmen](https://redirect.github.com/dolmen ) in
[https://github.com/stretchr/testify/pull/1569 ](https://redirect.github.com/stretchr/testify/pull/1569 )
- assert: Correctly document EqualValues behavior by
[@​brackendawson](https://redirect.github.com/brackendawson ) in
[https://github.com/stretchr/testify/pull/1593 ](https://redirect.github.com/stretchr/testify/pull/1593 )
- fix: grammar in godoc by
[@​miparnisari](https://redirect.github.com/miparnisari ) in
[https://github.com/stretchr/testify/pull/1607 ](https://redirect.github.com/stretchr/testify/pull/1607 )
- .github/workflows: Run tests for Go 1.22 by
[@​HaraldNordgren](https://redirect.github.com/HaraldNordgren ) in
[https://github.com/stretchr/testify/pull/1629 ](https://redirect.github.com/stretchr/testify/pull/1629 )
- Document suite's lack of support for t.Parallel by
[@​brackendawson](https://redirect.github.com/brackendawson ) in
[https://github.com/stretchr/testify/pull/1645 ](https://redirect.github.com/stretchr/testify/pull/1645 )
- assert: fix typos in comments by
[@​alexandear](https://redirect.github.com/alexandear ) in
[https://github.com/stretchr/testify/pull/1650 ](https://redirect.github.com/stretchr/testify/pull/1650 )
- mock: fix doc comment for NotBefore by
[@​alexandear](https://redirect.github.com/alexandear ) in
[https://github.com/stretchr/testify/pull/1651 ](https://redirect.github.com/stretchr/testify/pull/1651 )
- Generate better comments for require package by
[@​Neokil](https://redirect.github.com/Neokil ) in
[https://github.com/stretchr/testify/pull/1610 ](https://redirect.github.com/stretchr/testify/pull/1610 )
- README: replace Testify V2 notice with
[@​dolmen](https://redirect.github.com/dolmen )'s V2 manifesto by
[@​hendrywiranto](https://redirect.github.com/hendrywiranto ) in
[https://github.com/stretchr/testify/pull/1518 ](https://redirect.github.com/stretchr/testify/pull/1518 )
#### New Contributors
- [@​fahimbagar](https://redirect.github.com/fahimbagar ) made
their first contribution in
[https://github.com/stretchr/testify/pull/1337 ](https://redirect.github.com/stretchr/testify/pull/1337 )
- [@​TomWright](https://redirect.github.com/TomWright ) made their
first contribution in
[https://github.com/stretchr/testify/pull/820 ](https://redirect.github.com/stretchr/testify/pull/820 )
- [@​snirye](https://redirect.github.com/snirye ) made their first
contribution in
[https://github.com/stretchr/testify/pull/1433 ](https://redirect.github.com/stretchr/testify/pull/1433 )
- [@​myxo](https://redirect.github.com/myxo ) made their first
contribution in
[https://github.com/stretchr/testify/pull/1582 ](https://redirect.github.com/stretchr/testify/pull/1582 )
- [@​JohnEndson](https://redirect.github.com/JohnEndson ) made
their first contribution in
[https://github.com/stretchr/testify/pull/1580 ](https://redirect.github.com/stretchr/testify/pull/1580 )
- [@​JonCrowther](https://redirect.github.com/JonCrowther ) made
their first contribution in
[https://github.com/stretchr/testify/pull/1588 ](https://redirect.github.com/stretchr/testify/pull/1588 )
- [@​miparnisari](https://redirect.github.com/miparnisari ) made
their first contribution in
[https://github.com/stretchr/testify/pull/1607 ](https://redirect.github.com/stretchr/testify/pull/1607 )
- [@​marshall-lee](https://redirect.github.com/marshall-lee ) made
their first contribution in
[https://github.com/stretchr/testify/pull/1481 ](https://redirect.github.com/stretchr/testify/pull/1481 )
- [@​spirin](https://redirect.github.com/spirin ) made their first
contribution in
[https://github.com/stretchr/testify/pull/1644 ](https://redirect.github.com/stretchr/testify/pull/1644 )
- [@​ReyOrtiz](https://redirect.github.com/ReyOrtiz ) made their
first contribution in
[https://github.com/stretchr/testify/pull/1637 ](https://redirect.github.com/stretchr/testify/pull/1637 )
- [@​stevenh](https://redirect.github.com/stevenh ) made their
first contribution in
[https://github.com/stretchr/testify/pull/1421 ](https://redirect.github.com/stretchr/testify/pull/1421 )
- [@​jayd3e](https://redirect.github.com/jayd3e ) made their first
contribution in
[https://github.com/stretchr/testify/pull/1636 ](https://redirect.github.com/stretchr/testify/pull/1636 )
- [@​Neokil](https://redirect.github.com/Neokil ) made their first
contribution in
[https://github.com/stretchr/testify/pull/1610 ](https://redirect.github.com/stretchr/testify/pull/1610 )
- [@​redachl](https://redirect.github.com/redachl ) made their
first contribution in
[https://github.com/stretchr/testify/pull/1586 ](https://redirect.github.com/stretchr/testify/pull/1586 )
- [@​ybrustin](https://redirect.github.com/ybrustin ) made their
first contribution in
[https://github.com/stretchr/testify/pull/1663 ](https://redirect.github.com/stretchr/testify/pull/1663 )
- [@​sikehish](https://redirect.github.com/sikehish ) made their
first contribution in
[https://github.com/stretchr/testify/pull/1664 ](https://redirect.github.com/stretchr/testify/pull/1664 )
- [@​arjun-1](https://redirect.github.com/arjun-1 ) made their
first contribution in
[https://github.com/stretchr/testify/pull/1626 ](https://redirect.github.com/stretchr/testify/pull/1626 )
**Full Changelog**:
https://github.com/stretchr/testify/compare/v1.9.0...v1.10.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-11-26 11:09:39 -08:00
renovate[bot]
5fb35ce6e9
fix(deps): update module google.golang.org/protobuf to v1.35.2 ( #11700 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google.golang.org/protobuf](https://redirect.github.com/protocolbuffers/protobuf-go )
| `v1.35.1` -> `v1.35.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>protocolbuffers/protobuf-go
(google.golang.org/protobuf)</summary>
###
[`v1.35.2`](https://redirect.github.com/protocolbuffers/protobuf-go/releases/tag/v1.35.2 )
[Compare
Source](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.35.1...v1.35.2 )
**Full Changelog**:
https://github.com/protocolbuffers/protobuf-go/compare/v1.35.1...v1.35.2
Maintenance:
[CL/623115](https://go-review.googlesource.com/c/protobuf/+/623115 ):
proto: refactor equal_test from explicit table to use makeMessages()
[CL/623116](https://go-review.googlesource.com/c/protobuf/+/623116 ):
encoding/prototext: use testmessages_test.go approach, too
[CL/623117](https://go-review.googlesource.com/c/protobuf/+/623117 ):
internal/testprotos/test: add nested message field with \[lazy=true]
[CL/624415](https://go-review.googlesource.com/c/protobuf/+/624415 ):
proto: switch messageset_test to use makeMessages() injection point
[CL/624416](https://go-review.googlesource.com/c/protobuf/+/624416 ):
internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
User-visible changes:
[CL/618395](https://go-review.googlesource.com/c/protobuf/+/618395 ):
encoding/protojson: allow missing value for Any of type Empty
[CL/618979](https://go-review.googlesource.com/c/protobuf/+/618979 ):
all: implement strip_enum_prefix editions feature
[CL/622575](https://go-review.googlesource.com/c/protobuf/+/622575 ):
testing/protocmp: document behavior when combining Ignore and Sort
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-11-19 08:03:06 -08:00
OpenTelemetry Bot
43fbb04cea
[chore] Prepare release v1.20.0/v0.114.0 ( #11692 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.20.0/v0.114.0
- make prepare-release PREVIOUS_VERSION=1[.]19[.]0
RELEASE_CANDIDATE=1.20.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]113[.]0
RELEASE_CANDIDATE=0.114.0 MODSET=beta
---------
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-11-18 11:42:17 -08:00
Jade Guiton
115568a442
[chore] Use pseudo-versions to require `componenttest` ( #11668 )
...
#### Description
My previous PR (#11615 ) which made `component/componenttest` into its
own module tagged it as `v0.113.0` in the requirements of other modules.
This works locally because of the `replace` statements, but since the
module was never _actually_ released as v0.113.0, this causes issues in
contrib (cf. #11509 and #11511 ).
This PR updates those requirements to use a pseudo-version pointing at a
recent commit on main, which should be properly externally resolvable.
#### Link to tracking issue
None.
#### Testing
I removed the `replace` statements for `componenttest`, ran `make
gotidy`, which allowed `make otelcorecol` to run successfully. Not sure
if this is a thorough enough test however. Once this PR is merged, I
will try `make update-otel [...]` on contrib with the appropriate commit
ID to check that the issue is resolved.
2024-11-13 12:18:12 -08:00
renovate[bot]
45f1fba191
fix(deps): update opentelemetry-go monorepo ( #11646 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/otel](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.31.0` -> `v1.32.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.31.0` -> `v1.32.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.31.0` -> `v1.32.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/prometheus](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v0.53.0` -> `v0.54.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.31.0` -> `v1.32.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/log](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v0.7.0` -> `v0.8.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/metric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.31.0` -> `v1.32.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/sdk](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.31.0` -> `v1.32.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/sdk/metric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.31.0` -> `v1.32.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/trace](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.31.0` -> `v1.32.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>open-telemetry/opentelemetry-go
(go.opentelemetry.io/otel)</summary>
###
[`v1.32.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v1.32.0 ):
/v0.54.0/v0.8.0/v0.0.11
[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.0 )
##### Overview
##### Added
- Add `go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter`,
which can be used to disable exemplar recording.
([#​5850](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850 ))
- Add `go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter`, which
can be used to configure the exemplar filter used by the metrics SDK.
([#​5850](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5850 ))
- Add `ExemplarReservoirProviderSelector` and
`DefaultExemplarReservoirProviderSelector` to
`go.opentelemetry.io/otel/sdk/metric`, which defines the exemplar
reservoir to use based on the aggregation of the metric.
([#​5861](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861 ))
- Add `ExemplarReservoirProviderSelector` to
`go.opentelemetry.io/otel/sdk/metric.Stream` to allow using views to
configure the exemplar reservoir to use for a metric.
([#​5861](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861 ))
- Add `ReservoirProvider`, `HistogramReservoirProvider` and
`FixedSizeReservoirProvider` to
`go.opentelemetry.io/otel/sdk/metric/exemplar` to make it convenient to
use providers of Reservoirs.
([#​5861](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5861 ))
- The `go.opentelemetry.io/otel/semconv/v1.27.0` package.
The package contains semantic conventions from the `v1.27.0` version of
the OpenTelemetry Semantic Conventions.
([#​5894](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5894 ))
- Add `Attributes attribute.Set` field to `Scope` in
`go.opentelemetry.io/otel/sdk/instrumentation`.
([#​5903](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5903 ))
- Add `Attributes attribute.Set` field to `ScopeRecords` in
`go.opentelemetry.io/otel/log/logtest`.
([#​5927](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5927 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` adds
instrumentation scope attributes.
([#​5934](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` adds
instrumentation scope attributes.
([#​5934](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5934 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`
adds instrumentation scope attributes.
([#​5935](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`
adds instrumentation scope attributes.
([#​5935](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5935 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc` adds
instrumentation scope attributes.
([#​5933](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp` adds
instrumentation scope attributes.
([#​5933](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5933 ))
- `go.opentelemetry.io/otel/exporters/prometheus` adds instrumentation
scope attributes in `otel_scope_info` metric as labels.
([#​5932](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5932 ))
##### Changed
- Support scope attributes and make them as identifying for `Tracer` in
`go.opentelemetry.io/otel` and `go.opentelemetry.io/otel/sdk/trace`.
([#​5924](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5924 ))
- Support scope attributes and make them as identifying for `Meter` in
`go.opentelemetry.io/otel` and `go.opentelemetry.io/otel/sdk/metric`.
([#​5926](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5926 ))
- Support scope attributes and make them as identifying for `Logger` in
`go.opentelemetry.io/otel` and `go.opentelemetry.io/otel/sdk/log`.
([#​5925](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5925 ))
- Make schema URL and scope attributes as identifying for `Tracer` in
`go.opentelemetry.io/otel/bridge/opentracing`.
([#​5931](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5931 ))
- Clear unneeded slice elements to allow GC to collect the objects in
`go.opentelemetry.io/otel/sdk/metric` and
`go.opentelemetry.io/otel/sdk/trace`.
([#​5804](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5804 ))
##### Fixed
- Global MeterProvider registration unwraps global instrument Observers,
the undocumented Unwrap() methods are now private.
([#​5881](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5881 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`
now keeps the metadata already present in the context when `WithHeaders`
is used.
([#​5892](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5892 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc` now
keeps the metadata already present in the context when `WithHeaders` is
used.
([#​5911](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5911 ))
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` now
keeps the metadata already present in the context when `WithHeaders` is
used.
([#​5915](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5915 ))
- Fix `go.opentelemetry.io/otel/exporters/prometheus` trying to add
exemplars to Gauge metrics, which is unsupported.
([#​5912](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5912 ))
- Fix `WithEndpointURL` to always use a secure connection when an https
URL is passed in
`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`.
([#​5944](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944 ))
- Fix `WithEndpointURL` to always use a secure connection when an https
URL is passed in
`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`.
([#​5944](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944 ))
- Fix `WithEndpointURL` to always use a secure connection when an https
URL is passed in
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`.
([#​5944](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944 ))
- Fix `WithEndpointURL` to always use a secure connection when an https
URL is passed in
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`.
([#​5944](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5944 ))
- Fix incorrect metrics generated from callbacks when multiple readers
are used in `go.opentelemetry.io/otel/sdk/metric`.
([#​5900](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5900 ))
##### Removed
- Remove all examples under `go.opentelemetry.io/otel/example` as they
are moved to [Contrib
repository](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples ).
([#​5930](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5930 ))
##### What's Changed
- Allow configuring the exemplar filter on the metrics SDK by
[@​dashpole](https://redirect.github.com/dashpole ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5850 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5850 )
- chore(deps): update lycheeverse/lychee-action action to v2.0.1 by
[@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5884 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5884 )
- Run the test compatibility check even if tests failed by
[@​dmathieu](https://redirect.github.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5879 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5879 )
- chore(deps): update lycheeverse/lychee-action action to v2.0.2 by
[@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5885 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5885 )
- fix(deps): update module github.com/prometheus/client_golang to
v1.20.5 by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5886 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5886 )
- chore(deps): update googleapis to
[`796eee8`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/796eee8 )
by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5888 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5888 )
- Remove company from emeritus by
[@​dmathieu](https://redirect.github.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5887 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5887 )
- Add selector of exemplar reservoir providers to metric.Stream
configuration by
[@​dashpole](https://redirect.github.com/dashpole ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5861 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5861 )
- otel: conceal unwrapping for global async instrument registration by
[@​jmacd](https://redirect.github.com/jmacd ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5881 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5881 )
- Generate `semconv/v1.27.0` by
[@​MrAlias](https://redirect.github.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5894 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5894 )
- otlpmetricgrpc: Keep metadata for gRPC in context by
[@​mrasu](https://redirect.github.com/mrasu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5892 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5892 )
- Cleanup interaction of exemplar and aggregation by
[@​dashpole](https://redirect.github.com/dashpole ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5899 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5899 )
- chore(deps): update googleapis to
[`324edc3`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/324edc3 )
by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5908 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5908 )
- \[chore] Use errors.Join to unify errors by
[@​MrAlias](https://redirect.github.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5907 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5907 )
- \[chore] Remove unnecessary type declaration in templated transforms
by [@​MrAlias](https://redirect.github.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5906 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5906 )
- Keep metadata for gRPC in context for log signal by
[@​RocooHash](https://redirect.github.com/RocooHash ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5911 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5911 )
- chore(deps): update benchmark-action/github-action-benchmark action to
v1.20.4 by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5916 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5916 )
- Revert Cleanup interaction of exemplar and aggregation by
[@​XSAM](https://redirect.github.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5913 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5913 )
- Allow additional context to be added when WithHeaders is used in OTLP
gRPC traces exporter by
[@​pree-dew](https://redirect.github.com/pree-dew ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5915 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5915 )
- Fix exemplars being added to gauge metrics in the prometheus exporter
by [@​trthomps](https://redirect.github.com/trthomps ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5912 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5912 )
- Switch arm builds out of actuated and into the CNCF runners by
[@​dmathieu](https://redirect.github.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5923 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5923 )
- fix(deps): update module github.com/prometheus/common to v0.60.1 by
[@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5919 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5919 )
- Add Cheng-Zhen as a triager by
[@​dmathieu](https://redirect.github.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5922 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5922 )
- sdk/instrumentation: Add Attributes to Scope by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5903 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5903 )
- Make scope attributes as identifying for Tracer by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5924 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5924 )
- Make scope attributes as identifying for Meter by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5926 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5926 )
- Make scope attributes as identifying for Logger by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5925 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5925 )
- log/logtest: Add Attributes to ScopeRecords by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5927 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5927 )
- opentracing: Make schemaURL and scope attributes as identifying for
Tracer by [@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5931 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5931 )
- otlptrace: Add instrumentation scope attributes by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5934 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5934 )
- otlpmetric: Add instrumentation scope attributes by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5935 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5935 )
- otlplog: Add instrumentation scope attributes by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5933 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5933 )
- Remove examples by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5930 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5930 )
- docs: updating outdated comments by
[@​codeboten](https://redirect.github.com/codeboten ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5940 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5940 )
- chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2
to v2.23.0 by [@​renovate](https://redirect.github.com/renovate )
in
[https://github.com/open-telemetry/opentelemetry-go/pull/5939 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5939 )
- prometheus: Refactor getAttrs by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5937 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5937 )
- chore(deps): update googleapis to
[`dd2ea8e`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/dd2ea8e )
by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5943 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5943 )
- log: Update package documentation by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5942 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5942 )
- prometheus: Add instrumentation scope attributes to otel_scope_info by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5932 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5932 )
- fix(deps): update github.com/opentracing-contrib/go-grpc digest to
[`d08aa2b`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/d08aa2b )
by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5945 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5945 )
- Override insecure when endpoint URL is set by
[@​sevaorlov](https://redirect.github.com/sevaorlov ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5944 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5944 )
- fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to
v0.15.0 by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5949 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5949 )
- fix(deps): update module go.opentelemetry.io/build-tools/crosslink to
v0.15.0 by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5948 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5948 )
- fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to
v0.15.0 by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5953 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5953 )
- fix(deps): update github.com/opentracing-contrib/go-grpc digest to
[`e3cbcab`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/e3cbcab )
by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5952 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5952 )
- chore(deps): update lycheeverse/lychee-action action to v2.1.0 by
[@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5950 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5950 )
- fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.15.0 by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5951 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5951 )
- Fix incorrect metrics getting generated from multiple readers by
[@​pree-dew](https://redirect.github.com/pree-dew ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5900 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5900 )
- Allow GC to collect unneeded slice elements by
[@​ash2k](https://redirect.github.com/ash2k ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5804 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5804 )
- chore(deps): update golang.org/x by
[@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5957 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5957 )
- fix(deps): update module github.com/opentracing-contrib/go-grpc to
v0.1.0 by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5958 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5958 )
- fix(deps): update github.com/opentracing-contrib/go-grpc/test digest
to
[`51a56c3`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/51a56c3 )
by [@​renovate](https://redirect.github.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5959 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5959 )
- Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 by
[@​pellared](https://redirect.github.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5960 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5960 )
##### New Contributors
- [@​mrasu](https://redirect.github.com/mrasu ) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5892 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5892 )
- [@​RocooHash](https://redirect.github.com/RocooHash ) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5911 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5911 )
- [@​trthomps](https://redirect.github.com/trthomps ) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5912 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5912 )
- [@​sevaorlov](https://redirect.github.com/sevaorlov ) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5944 ](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/5944 )
**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-go/compare/v1.31.0...v1.32.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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS45LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-11-12 09:28:47 -08:00
renovate[bot]
9907e8c3fa
fix(deps): update module github.com/knadh/koanf/v2 to v2.1.2 ( #11640 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf ) |
`v2.1.1` -> `v2.1.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>knadh/koanf (github.com/knadh/koanf/v2)</summary>
###
[`v2.1.2`](https://redirect.github.com/knadh/koanf/releases/tag/v2.1.2 )
[Compare
Source](https://redirect.github.com/knadh/koanf/compare/v2.1.1...v2.1.2 )
##### What's Changed
- chore: Update godoc URL in README by
[@​rhnvrm](https://redirect.github.com/rhnvrm ) in
[https://github.com/knadh/koanf/pull/279 ](https://redirect.github.com/knadh/koanf/pull/279 )
- Add support for parser TOML v2 spec by
[@​knadh](https://redirect.github.com/knadh ) in
[https://github.com/knadh/koanf/pull/286 ](https://redirect.github.com/knadh/koanf/pull/286 )
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/consul by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/knadh/koanf/pull/289 ](https://redirect.github.com/knadh/koanf/pull/289 )
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/vault by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/knadh/koanf/pull/288 ](https://redirect.github.com/knadh/koanf/pull/288 )
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/knadh/koanf/pull/290 ](https://redirect.github.com/knadh/koanf/pull/290 )
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/etcd by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/knadh/koanf/pull/287 ](https://redirect.github.com/knadh/koanf/pull/287 )
- upgrade toml v2 package to 2.2.2 by
[@​GreyXor](https://redirect.github.com/GreyXor ) in
[https://github.com/knadh/koanf/pull/292 ](https://redirect.github.com/knadh/koanf/pull/292 )
- Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in
/providers/vault by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/knadh/koanf/pull/301 ](https://redirect.github.com/knadh/koanf/pull/301 )
- Upgrade fsnotify lib in file provider. by
[@​knadh](https://redirect.github.com/knadh ) in
[https://github.com/knadh/koanf/pull/302 ](https://redirect.github.com/knadh/koanf/pull/302 )
- Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in
/examples by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/knadh/koanf/pull/303 ](https://redirect.github.com/knadh/koanf/pull/303 )
- Add `Unwatch()` to file provider. by
[@​knadh](https://redirect.github.com/knadh ) in
[https://github.com/knadh/koanf/pull/306 ](https://redirect.github.com/knadh/koanf/pull/306 )
- docs: Improve marshal section by
[@​bersace](https://redirect.github.com/bersace ) in
[https://github.com/knadh/koanf/pull/311 ](https://redirect.github.com/knadh/koanf/pull/311 )
- fix(basicflag): option not apply by
[@​qianlongzt](https://redirect.github.com/qianlongzt ) in
[https://github.com/knadh/koanf/pull/322 ](https://redirect.github.com/knadh/koanf/pull/322 )
- Fix incorrect unflatten in env provider. Closes
[#​319](https://redirect.github.com/knadh/koanf/issues/319 ). by
[@​knadh](https://redirect.github.com/knadh ) in
[https://github.com/knadh/koanf/pull/324 ](https://redirect.github.com/knadh/koanf/pull/324 )
- fix: update file watch to trigger callback after symbolic link changes
by [@​jondavidnd1](https://redirect.github.com/jondavidnd1 ) in
[https://github.com/knadh/koanf/pull/326 ](https://redirect.github.com/knadh/koanf/pull/326 )
- Update mapstructure to a stable version by
[@​StefMa](https://redirect.github.com/StefMa ) in
[https://github.com/knadh/koanf/pull/331 ](https://redirect.github.com/knadh/koanf/pull/331 )
##### New Contributors
- [@​bersace](https://redirect.github.com/bersace ) made their
first contribution in
[https://github.com/knadh/koanf/pull/311 ](https://redirect.github.com/knadh/koanf/pull/311 )
- [@​qianlongzt](https://redirect.github.com/qianlongzt ) made
their first contribution in
[https://github.com/knadh/koanf/pull/322 ](https://redirect.github.com/knadh/koanf/pull/322 )
- [@​jondavidnd1](https://redirect.github.com/jondavidnd1 ) made
their first contribution in
[https://github.com/knadh/koanf/pull/326 ](https://redirect.github.com/knadh/koanf/pull/326 )
- [@​StefMa](https://redirect.github.com/StefMa ) made their first
contribution in
[https://github.com/knadh/koanf/pull/331 ](https://redirect.github.com/knadh/koanf/pull/331 )
**Full Changelog**:
https://github.com/knadh/koanf/compare/v2.1.1...v2.1.2
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS45LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-11-11 19:46:28 -07:00
Jade Guiton
f0fb20df0e
Make `componenttest` into its own module ( #11615 )
...
#### Description
Turn the `go.opentelemetry.io/collector/component/componenttest` package
into its own module
#### Link to tracking issue
Resolves #11464
2024-11-07 17:31:30 +01:00
OpenTelemetry Bot
3da496be53
[chore] Prepare release v1.19.0/v0.113.0 ( #11609 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.19.0/v0.113.0
- make prepare-release PREVIOUS_VERSION=1[.]18[.]0
RELEASE_CANDIDATE=1.19.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]112[.]0
RELEASE_CANDIDATE=0.113.0 MODSET=beta
2024-11-05 11:52:29 -08:00
OpenTelemetry Bot
fee2daa249
[chore] Prepare release v1.18.0/v0.112.0 ( #11515 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.18.0/v0.112.0
- make prepare-release PREVIOUS_VERSION=1[.]17[.]0
RELEASE_CANDIDATE=1.18.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]111[.]0
RELEASE_CANDIDATE=0.112.0 MODSET=beta
2024-10-22 11:38:35 -07:00
Evan Bradley
2b6da0dcba
[chore] Handle nested exportertest dependency references ( #11512 )
...
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Covers the same case as
https://github.com/open-telemetry/opentelemetry-collector/pull/11509
2024-10-22 17:42:45 +02:00
Evan Bradley
02ceda1496
[chore] Use psuedo-version number for exportertest ( #11511 )
...
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This module was added yesterday and needs an externally-addressable
version number for `make update-otel` in contrib.
I have also updated all other pseudo-version numbers as a precautionary
measure in case the dependency tree is deeper than I thought. I added
that change in a separate commit to make reviewing this easier.
2024-10-22 16:42:30 +02:00
Evan Bradley
11767fed9d
[chore] Update leaf module versions to commits with pseudo version dependencies ( #11509 )
...
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Say we have three modules, A, B, and C, with dependencies C->B->A. If we
are on commit 1, and make a new commit, 2, where we change the
dependencies such that the go.mod files read C@2->B@1->A@1, we will
still get a failure, because at commit 1 we had not yet made the changes
necessary to properly resolve these modules. Specifically, at commit 2
we have B@1->A@#, where A@# is not externally-resolvable.
We therefore need to make a new commit 3, where we can have
C@2->B@2->A@2, and at commit 2 all modules are externally-resolvable.
This PR is a necessary update to
https://github.com/open-telemetry/opentelemetry-collector/pull/11503 .
When running `make update-otel` in contrib, I am seeing the following
errors:
```
go: downloading go.opentelemetry.io/collector/connector/connectortest v0.0.0-20241021181817-007f06b7c4a8
go: go.opentelemetry.io/collector/pipeline/pipelineprofiles@v0.111.0: reading go.opentelemetry.io/collector/pipeline/pipelineprofiles/go.mod at revision pipeline/pipelineprofiles/v0.111.0: unknown revision pipeline/pipelineprofiles/v0.111.0
```
connectortest has an indirect dependency on pipelineprofiles, and at
commit `007f06b7c4a8` pipelineprofiles is versioned at v0.111.0. The
latest commit, `403c782d50c6`, will version it at `007f06b7c4a8`. Since
pipelineprofiles has no dependencies, this will not result in any
issues.
2024-10-22 15:25:05 +02:00
Evan Bradley
4884781299
[chore] Update additional modules to psuedo versions ( #11503 )
...
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Convert additional modules to use pseudo-version numbers. In cases where
the module already has a released version, upgrade to pseudo versions to
prevent ambiguous import errors (e.g. processor and processortest).
2024-10-21 15:50:39 -07:00
Evan Bradley
8361bf361e
[chore] Use externally-resolvable version of consumererror ( #11497 )
...
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
The current version cannot be resolved by modules outside core.
2024-10-21 18:07:29 +02:00
VihasMakwana
5a8560e80b
[consumererror] put consumererror into its own module ( #11491 )
...
Resolves
https://github.com/open-telemetry/opentelemetry-collector/issues/11440
2024-10-20 18:21:31 -07:00
William Dumont
46b0c2b5bc
Put processortest in its own module ( #11229 )
...
This PR is putting the processortest pkg in its own module as requested
in
https://github.com/open-telemetry/opentelemetry-collector/issues/11216
Fixes #11218
2024-10-15 10:15:29 -07:00
Bogdan Drutu
e1a03ebec2
[chore] Remove internal/globalsignal, embed into pipeline ( #11422 )
...
Depends on
https://github.com/open-telemetry/opentelemetry-collector/pull/11421
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2024-10-14 06:18:25 -04:00
renovate[bot]
76464a302a
fix(deps): update opentelemetry-go monorepo ( #11432 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/otel](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.30.0` -> `v1.31.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.30.0` -> `v1.31.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.30.0` -> `v1.31.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/prometheus](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v0.52.0` -> `v0.53.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.30.0` -> `v1.31.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/metric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.30.0` -> `v1.31.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/sdk](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.30.0` -> `v1.31.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/sdk/metric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.30.0` -> `v1.31.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/trace](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.30.0` -> `v1.31.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>open-telemetry/opentelemetry-go
(go.opentelemetry.io/otel)</summary>
###
[`v1.31.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v1.31.0 ):
/v0.53.0/v0.7.0/v0.0.10
[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.30.0...v1.31.0 )
##### Added
- Add `go.opentelemetry.io/otel/sdk/metric/exemplar` package which
includes `Exemplar`, `Filter`, `TraceBasedFilter`, `AlwaysOnFilter`,
`HistogramReservoir`, `FixedSizeReservoir`, `Reservoir`, `Value` and
`ValueType` types. These will be used for configuring the exemplar
reservoir for the metrics sdk.
([#​5747](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5747 ),
[#​5862](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5862 ))
- Add `WithExportBufferSize` option to log batch
processor.([#​5877](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5877 ))
##### Changed
- Enable exemplars by default in `go.opentelemetry.io/otel/sdk/metric`.
Exemplars can be disabled by setting
`OTEL_METRICS_EXEMPLAR_FILTER=always_off`
([#​5778](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5778 ))
- `Logger.Enabled` in `go.opentelemetry.io/otel/log` now accepts a newly
introduced `EnabledParameters` type instead of `Record`.
([#​5791](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5791 ))
- `FilterProcessor.Enabled` in
`go.opentelemetry.io/otel/sdk/log/internal/x` now accepts
`EnabledParameters` instead of `Record`.
([#​5791](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5791 ))
- The `Record` type in `go.opentelemetry.io/otel/log` is no longer
comparable.
([#​5847](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5847 ))
- Performance improvements for the trace SDK `SetAttributes` method in
`Span`.
([#​5864](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5864 ))
- Reduce memory allocations for the `Event` and `Link` lists in `Span`.
([#​5858](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5858 ))
- Performance improvements for the trace SDK `AddEvent`, `AddLink`,
`RecordError` and `End` methods in `Span`.
([#​5874](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5874 ))
##### Deprecated
- Deprecate all examples under `go.opentelemetry.io/otel/example` as
they are moved to [Contrib
repository](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/tree/main/examples ).
([#​5854](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5854 ))
##### Fixed
- The race condition for multiple `FixedSize` exemplar reservoirs
identified in
[#​5814](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5814 )
is resolved.
([#​5819](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5819 ))
- Fix log records duplication in case of heterogeneous resource
attributes by correctly mapping each log record to it's resource and
scope.
([#​5803](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5803 ))
- Fix timer channel drain to avoid hanging on Go 1.23.
([#​5868](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5868 ))
- Fix delegation for global meter providers, and panic when calling
otel.SetMeterProvider.
([#​5827](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5827 ))
- Change the `reflect.TypeOf` to use a nil pointer to not allocate on
the heap unless necessary.
([#​5827](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/5827 ))
</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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-10-12 18:20:11 -07:00
renovate[bot]
39486c6749
fix(deps): update module github.com/go-viper/mapstructure/v2 to v2.2.1 ( #11258 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/go-viper/mapstructure/v2](https://redirect.github.com/go-viper/mapstructure )
| `v2.1.0` -> `v2.2.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>go-viper/mapstructure
(github.com/go-viper/mapstructure/v2)</summary>
###
[`v2.2.1`](https://redirect.github.com/go-viper/mapstructure/releases/tag/v2.2.1 )
[Compare
Source](https://redirect.github.com/go-viper/mapstructure/compare/v2.2.0...v2.2.1 )
#### What's Changed
- Pass appropriate empty Value to hooks by
[@​yurishkuro](https://redirect.github.com/yurishkuro ) in
[https://github.com/go-viper/mapstructure/pull/45 ](https://redirect.github.com/go-viper/mapstructure/pull/45 )
#### New Contributors
- [@​yurishkuro](https://redirect.github.com/yurishkuro ) made
their first contribution in
[https://github.com/go-viper/mapstructure/pull/45 ](https://redirect.github.com/go-viper/mapstructure/pull/45 )
**Full Changelog**:
https://github.com/go-viper/mapstructure/compare/v2.2.0...v2.2.1
###
[`v2.2.0`](https://redirect.github.com/go-viper/mapstructure/releases/tag/v2.2.0 )
[Compare
Source](https://redirect.github.com/go-viper/mapstructure/compare/v2.1.0...v2.2.0 )
#### What's Changed
- feat(decoder-configs): add flag to force decoding nil input in decoder
config by
[@​mahadzaryab1](https://redirect.github.com/mahadzaryab1 ) in
[https://github.com/go-viper/mapstructure/pull/42 ](https://redirect.github.com/go-viper/mapstructure/pull/42 )
- Add decode hooks for \*url.URL by
[@​einzigartigerName](https://redirect.github.com/einzigartigerName )
in
[https://github.com/go-viper/mapstructure/pull/41 ](https://redirect.github.com/go-viper/mapstructure/pull/41 )
#### New Contributors
- [@​mahadzaryab1](https://redirect.github.com/mahadzaryab1 ) made
their first contribution in
[https://github.com/go-viper/mapstructure/pull/42 ](https://redirect.github.com/go-viper/mapstructure/pull/42 )
-
[@​einzigartigerName](https://redirect.github.com/einzigartigerName )
made their first contribution in
[https://github.com/go-viper/mapstructure/pull/41 ](https://redirect.github.com/go-viper/mapstructure/pull/41 )
**Full Changelog**:
https://github.com/go-viper/mapstructure/compare/v2.1.0...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTE1LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->
---------
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
2024-10-12 17:02:42 -07:00
renovate[bot]
ab02c33b13
Update module google.golang.org/protobuf to v1.35.1 ( #11394 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google.golang.org/protobuf](https://redirect.github.com/protocolbuffers/protobuf-go )
| `v1.34.2` -> `v1.35.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>protocolbuffers/protobuf-go
(google.golang.org/protobuf)</summary>
###
[`v1.35.1`](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.35.0...v1.35.1 )
[Compare
Source](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.35.0...v1.35.1 )
###
[`v1.35.0`](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.34.2...v1.35.0 )
[Compare
Source](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.34.2...v1.35.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-10-08 08:20:29 -07:00
OpenTelemetry Bot
080b76506c
[chore] Prepare release v1.17.0/v0.111.0 ( #11353 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.17.0/v0.111.0
- make prepare-release PREVIOUS_VERSION=1[.]16[.]0
RELEASE_CANDIDATE=1.17.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]110[.]0
RELEASE_CANDIDATE=0.111.0 MODSET=beta
---------
Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
2024-10-04 01:12:02 -07:00
renovate[bot]
9f57a5549e
fix(deps): update module google.golang.org/grpc to v1.67.1 ( #11319 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go ) |
`v1.67.0` -> `v1.67.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>grpc/grpc-go (google.golang.org/grpc)</summary>
###
[`v1.67.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.67.1 ):
Release 1.67.1
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.0...v1.67.1 )
### Bug Fixes
- transport: Fix a bug causing stream failures due to miscalculation of
the flow control window in both clients and servers.
([#​7667](https://redirect.github.com/grpc/grpc-go/issues/7667 ))
- xds/server: Fix xDS Server memory leak.
([#​7681](https://redirect.github.com/grpc/grpc-go/issues/7681 ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-10-01 16:38:18 +02:00
renovate[bot]
4b01a133e5
fix(deps): update module google.golang.org/grpc to v1.67.0 ( #11259 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go ) |
`v1.66.2` -> `v1.67.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>grpc/grpc-go (google.golang.org/grpc)</summary>
###
[`v1.67.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.67.0 ):
Release 1.67.0
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.66.2...v1.67.0 )
### Bug Fixes
- ringhash: when used with multiple EDS priorities, fix bug that could
prevent a higher priority from recovering from transient failure.
([#​7364](https://redirect.github.com/grpc/grpc-go/issues/7364 ))
- Special Thanks:
[@​atollena](https://redirect.github.com/atollena )
### Behavior Changes
- In accordance with [RFC
7540](https://tools.ietf.org/html/rfc7540#section-3.3 ), clients and
servers will now reject TLS connections that don't support ALPN. This
can be disabled by setting the environment variable
`GRPC_ENFORCE_ALPN_ENABLED` to `false` (case insensitive). Please file a
bug if you encounter any issues with this behavior. The environment
variable to revert this behavior will be removed in an upcoming release.
([#​7535](https://redirect.github.com/grpc/grpc-go/issues/7535 ))
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-09-24 08:11:46 -07:00
OpenTelemetry Bot
d6f568dd5b
[chore] Prepare release v1.16.0/v0.110.0 ( #11252 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.16.0/v0.110.0
- make prepare-release PREVIOUS_VERSION=1[.]15[.]0
RELEASE_CANDIDATE=1.16.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]109[.]0
RELEASE_CANDIDATE=0.110.0 MODSET=beta
2024-09-23 13:07:03 -07:00
Tyler Helmuth
66f41f91ca
Update pipeline and globalgate versions ( #11247 )
2024-09-23 09:35:22 -07:00
Tyler Helmuth
388e56cdb1
Update pipeline and globalgate versions ( #11246 )
...
#### Description
Need to update `pipeline` and `globalgate` versions to run `make
update-otel` in Contrib
2024-09-23 08:40:32 -07:00
Tyler Helmuth
77bb849aa0
[component] Refactor to use pipeline.ID and pipeline.Signal ( #11204 )
...
#### Description
Depends on
https://github.com/open-telemetry/opentelemetry-collector/pull/11209
This PR is a non-breaking implementation of
https://github.com/open-telemetry/opentelemetry-collector/pull/10947 . It
adds a new module, `pipeline`, which houses a `pipeline.ID` and
`pipeline.Signal`. `pipeline.ID` is used to identify a pipeline within
the service. `pipeline.Signal` is uses to identify the signal associated
to a pipeline.
I do this work begrudgingly. As the PR shows, this is a huge refactor
when done in a non-breaking way, will require 3 full releases, and
doesn't benefit our [End Users or, in my opinion, our Component
Developers or Collector Library
Users](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CONTRIBUTING.md#target-audiences ).
I view this refactor as a Nice-To-Have, not a requirement for Component
1.0.
<!-- Issue number if applicable -->
#### Link to tracking issue
Works towards
https://github.com/open-telemetry/opentelemetry-collector/issues/9429
2024-09-23 07:38:59 -07:00
renovate[bot]
f0132a9497
fix(deps): update module google.golang.org/grpc to v1.66.2 ( #11187 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go ) |
`v1.66.1` -> `v1.66.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go ) |
`v1.66.0` -> `v1.66.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>grpc/grpc-go (google.golang.org/grpc)</summary>
###
[`v1.66.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.2 ):
Release 1.66.2
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.66.1...v1.66.2 )
### Dependencies
- Remove unintentional dependency on the `testing` package
([#​7579](https://redirect.github.com/grpc/grpc-go/issues/7579 ))
- Remove unintentional dependency on the `flate` package
([#​7595](https://redirect.github.com/grpc/grpc-go/issues/7595 ))
- Special Thanks: [@​ash2k](https://redirect.github.com/ash2k )
### Bug Fixes
- client: fix a bug that prevented memory reuse after handling unary
RPCs
([#​7571](https://redirect.github.com/grpc/grpc-go/issues/7571 ))
- Special Thanks: [@​coxley](https://redirect.github.com/coxley )
</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
2024-09-18 10:33:58 +02:00
Bogdan Drutu
1339c01473
[chore] Remove prometheus need to check test metrics in componenttest ( #11172 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2024-09-16 16:56:34 -07:00
Bogdan Drutu
1245955ccf
Remove obsreportconfig package, reduce dependencies ( #11148 )
...
Small issue that the `SpanNameSep` is duplicated, but is a very small
duplicate.
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2024-09-11 14:07:13 -07:00
renovate[bot]
47b0203501
Update opentelemetry-go monorepo ( #11125 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/otel](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.29.0` -> `v1.30.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.29.0` -> `v1.30.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.29.0` -> `v1.30.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/prometheus](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v0.51.0` -> `v0.52.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.29.0` -> `v1.30.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/metric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.29.0` -> `v1.30.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/sdk/metric](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.29.0` -> `v1.30.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/trace](https://redirect.github.com/open-telemetry/opentelemetry-go )
| `v1.29.0` -> `v1.30.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>open-telemetry/opentelemetry-go
(go.opentelemetry.io/otel)</summary>
###
[`v1.30.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0 )
[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-09-10 15:44:52 -07:00
renovate[bot]
936ffbb0ba
Update module github.com/prometheus/client_golang to v1.20.3 ( #11103 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang )
| `v1.20.2` -> `v1.20.3` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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/client_golang
(github.com/prometheus/client_golang)</summary>
###
[`v1.20.3`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.20.3 )
[Compare
Source](https://redirect.github.com/prometheus/client_golang/compare/v1.20.2...v1.20.3 )
- \[BUGFIX] histograms: Fix possible data race when appending exemplars.
[#​1608](https://redirect.github.com/prometheus/client_golang/issues/1608 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
2024-09-10 08:36:18 -07:00
renovate[bot]
747938bfec
Update module github.com/prometheus/common to v0.59.1 ( #11109 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/common](https://redirect.github.com/prometheus/common )
| `v0.57.0` -> `v0.59.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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.59.1`](https://redirect.github.com/prometheus/common/releases/tag/v0.59.1 )
[Compare
Source](https://redirect.github.com/prometheus/common/compare/v0.59.0...v0.59.1 )
#### What's Changed
- fix(utf8): Fix multiple metric name inside braces validation by
[@​fedetorres93](https://redirect.github.com/fedetorres93 ) in
[https://github.com/prometheus/common/pull/691 ](https://redirect.github.com/prometheus/common/pull/691 )
**Full Changelog**:
https://github.com/prometheus/common/compare/v0.59.0...v0.59.1
###
[`v0.59.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.59.0 )
[Compare
Source](https://redirect.github.com/prometheus/common/compare/v0.58.0...v0.59.0 )
#### What's Changed
- expfmt: Add WithEscapingScheme to help construct Formats by
[@​ywwg](https://redirect.github.com/ywwg ) in
[https://github.com/prometheus/common/pull/688 ](https://redirect.github.com/prometheus/common/pull/688 )
- Change the default escape method to UnderscoreEscaping by
[@​ywwg](https://redirect.github.com/ywwg ) in
[https://github.com/prometheus/common/pull/690 ](https://redirect.github.com/prometheus/common/pull/690 )
**Full Changelog**:
https://github.com/prometheus/common/compare/v0.58.0...v0.59.0
###
[`v0.58.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.58.0 )
[Compare
Source](https://redirect.github.com/prometheus/common/compare/v0.57.0...v0.58.0 )
#### What's Changed
- docs: mention new promslog package in package list in README by
[@​tjhop](https://redirect.github.com/tjhop ) in
[https://github.com/prometheus/common/pull/683 ](https://redirect.github.com/prometheus/common/pull/683 )
- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/prometheus/common/pull/684 ](https://redirect.github.com/prometheus/common/pull/684 )
- Bump golang.org/x/net from 0.27.0 to 0.28.0 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/prometheus/common/pull/685 ](https://redirect.github.com/prometheus/common/pull/685 )
- Remove secret file existence check in Validate for headers by
[@​roidelapluie](https://redirect.github.com/roidelapluie ) in
[https://github.com/prometheus/common/pull/687 ](https://redirect.github.com/prometheus/common/pull/687 )
**Full Changelog**:
https://github.com/prometheus/common/compare/v0.57.0...v0.58.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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-09-10 08:29:48 -07:00
OpenTelemetry Bot
02d466f0c0
[chore] Prepare release v1.15.0/v0.109.0 ( #11101 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.15.0/v0.109.0
- make prepare-release PREVIOUS_VERSION=1[.]14[.]1
RELEASE_CANDIDATE=1.15.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]108[.]1
RELEASE_CANDIDATE=0.109.0 MODSET=beta
2024-09-09 17:05:24 -07:00
renovate[bot]
86f66bb4a1
Update module github.com/prometheus/common to v0.57.0 ( #11033 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/common](https://redirect.github.com/prometheus/common )
| `v0.56.0` -> `v0.57.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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.57.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.57.0 )
[Compare
Source](https://redirect.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
[@​tjhop](https://redirect.github.com/tjhop ) in
[https://github.com/prometheus/common/pull/677 ](https://redirect.github.com/prometheus/common/pull/677 )
#### New Contributors
- [@​tjhop](https://redirect.github.com/tjhop ) made their first
contribution in
[https://github.com/prometheus/common/pull/677 ](https://redirect.github.com/prometheus/common/pull/677 )
**Full Changelog**:
https://github.com/prometheus/common/compare/v0.56.0...v0.57.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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
2024-09-03 21:28:32 -07:00
renovate[bot]
3d37e53b75
Update module google.golang.org/grpc to v1.66.0 ( #11034 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go ) |
`v1.65.0` -> `v1.66.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>grpc/grpc-go (google.golang.org/grpc)</summary>
###
[`v1.66.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.0 ):
Release 1.66.0
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0 )
### New Features
- metadata: stabilize `ValueFromIncomingContext`
([#​7368](https://redirect.github.com/grpc/grpc-go/issues/7368 ))
- Special Thanks:
[@​KarthikReddyPuli](https://redirect.github.com/KarthikReddyPuli )
- client: stabilize the `WaitForStateChange` and `GetState` methods,
which were previously experimental.
([#​7425](https://redirect.github.com/grpc/grpc-go/issues/7425 ))
- xds: Implement ADS flow control mechanism
([#​7458](https://redirect.github.com/grpc/grpc-go/issues/7458 ))
- See
[https://github.com/grpc/grpc/issues/34099 ](https://redirect.github.com/grpc/grpc/issues/34099 )
for context.
- balancer/rls: Add metrics for data cache and picker internals
([#​7484](https://redirect.github.com/grpc/grpc-go/issues/7484 ),
[#​7495](https://redirect.github.com/grpc/grpc-go/issues/7495 ))
- xds: LRS load reports now include the `total_issued_requests` field.
([#​7544](https://redirect.github.com/grpc/grpc-go/issues/7544 ))
### Bug Fixes
- grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED
when the server uses an unsupported compressor. This is consistent with
the [gRPC compression
spec](https://redirect.github.com/grpc/grpc/blob/master/doc/compression.md#compression-method-asymmetry-between-peers ).
([#​7461](https://redirect.github.com/grpc/grpc-go/issues/7461 ))
- Special Thanks:
[@​Gayathri625](https://redirect.github.com/Gayathri625 )
- transport: Fix a bug which could result in writes busy looping when
the underlying `conn.Write` returns errors
([#​7394](https://redirect.github.com/grpc/grpc-go/issues/7394 ))
- Special Thanks: [@​veshij](https://redirect.github.com/veshij )
- client: fix race that could lead to orphaned connections and
associated resources.
([#​7390](https://redirect.github.com/grpc/grpc-go/issues/7390 ))
- xds: use locality from the connected address for load reporting with
pick_first
([#​7378](https://redirect.github.com/grpc/grpc-go/issues/7378 ))
- without this fix, if a priority contains multiple localities with
pick_first, load was reported for the wrong locality
- client: prevent hanging during ClientConn.Close() when the network is
unreachable
([#​7540](https://redirect.github.com/grpc/grpc-go/issues/7540 ))
### Performance Improvements
- transport: double buffering is avoided when using an http connect
proxy and the target server waits for client to send the first message.
([#​7424](https://redirect.github.com/grpc/grpc-go/issues/7424 ))
- codec: Implement a new `Codec` which uses buffer recycling for encoded
message
([#​7356](https://redirect.github.com/grpc/grpc-go/issues/7356 ))
- introduce a `mem` package to facilitate buffer reuse
([#​7432](https://redirect.github.com/grpc/grpc-go/issues/7432 ))
- Special Thanks:
[@​PapaCharlie](https://redirect.github.com/PapaCharlie )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
2024-09-03 21:28:21 -07:00
Damien Mathieu
8ef05717ca
[chore] add profiles support to processor receiver builder ( #10955 )
...
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This allows building profiles in the processor builder.
As this is only changing internal modules, I am marking it as chore (and
skipping changelog entry).
#### Link to tracking issue
https://github.com/open-telemetry/opentelemetry-collector/pull/10375
cc @mx-psi
2024-08-29 17:41:54 +02:00
renovate[bot]
297135886b
fix(deps): update module github.com/prometheus/common to v0.56.0 ( #10992 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/prometheus/common](https://togithub.com/prometheus/common )
| `v0.55.0` -> `v0.56.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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://togithub.com/prometheus/common/releases/tag/v0.56.0 )
[Compare
Source](https://togithub.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 [@​multani](https://togithub.com/multani ) in
[https://github.com/prometheus/common/pull/647 ](https://togithub.com/prometheus/common/pull/647 )
- remove dependency to github.com/prometheus/client_golang by
[@​ilius](https://togithub.com/ilius ) in
[https://github.com/prometheus/common/pull/662 ](https://togithub.com/prometheus/common/pull/662 )
- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/common/pull/661 ](https://togithub.com/prometheus/common/pull/661 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/common/pull/664 ](https://togithub.com/prometheus/common/pull/664 )
- Revert
[#​576](https://togithub.com/prometheus/common/issues/576 ) and add
deprecation notice by [@​SuperQ](https://togithub.com/SuperQ ) in
[https://github.com/prometheus/common/pull/665 ](https://togithub.com/prometheus/common/pull/665 )
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/common/pull/667 ](https://togithub.com/prometheus/common/pull/667 )
- use basic string in IsValidLegacyMetricName by
[@​ywwg](https://togithub.com/ywwg ) in
[https://github.com/prometheus/common/pull/668 ](https://togithub.com/prometheus/common/pull/668 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/common/pull/672 ](https://togithub.com/prometheus/common/pull/672 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/common/pull/674 ](https://togithub.com/prometheus/common/pull/674 )
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/common/pull/671 ](https://togithub.com/prometheus/common/pull/671 )
- sigv4: support nil body by
[@​roidelapluie](https://togithub.com/roidelapluie ) in
[https://github.com/prometheus/common/pull/673 ](https://togithub.com/prometheus/common/pull/673 )
- Fix overflows of untyped int constants on 32-bit by
[@​dswarbrick](https://togithub.com/dswarbrick ) in
[https://github.com/prometheus/common/pull/675 ](https://togithub.com/prometheus/common/pull/675 )
- Update client_golang by [@​SuperQ](https://togithub.com/SuperQ )
in
[https://github.com/prometheus/common/pull/676 ](https://togithub.com/prometheus/common/pull/676 )
- Update golangci lint by
[@​roidelapluie](https://togithub.com/roidelapluie ) in
[https://github.com/prometheus/common/pull/679 ](https://togithub.com/prometheus/common/pull/679 )
- expfmt: Add UTF-8 syntax support in text_parse.go by
[@​fedetorres93](https://togithub.com/fedetorres93 ) in
[https://github.com/prometheus/common/pull/670 ](https://togithub.com/prometheus/common/pull/670 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/common/pull/681 ](https://togithub.com/prometheus/common/pull/681 )
- fix(utf8): provide a method for explicitly checking label names for
legacy validity by [@​ywwg](https://togithub.com/ywwg ) in
[https://github.com/prometheus/common/pull/682 ](https://togithub.com/prometheus/common/pull/682 )
#### New Contributors
- [@​multani](https://togithub.com/multani ) made their first
contribution in
[https://github.com/prometheus/common/pull/647 ](https://togithub.com/prometheus/common/pull/647 )
- [@​ilius](https://togithub.com/ilius ) made their first
contribution in
[https://github.com/prometheus/common/pull/662 ](https://togithub.com/prometheus/common/pull/662 )
- [@​dswarbrick](https://togithub.com/dswarbrick ) made their first
contribution in
[https://github.com/prometheus/common/pull/675 ](https://togithub.com/prometheus/common/pull/675 )
- [@​fedetorres93](https://togithub.com/fedetorres93 ) made their
first contribution in
[https://github.com/prometheus/common/pull/670 ](https://togithub.com/prometheus/common/pull/670 )
**Full Changelog**:
https://github.com/prometheus/common/compare/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>
2024-08-28 09:41:20 -07:00
renovate[bot]
3729696759
fix(deps): update all opentelemetry-go-contrib packages ( #10971 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/contrib/config](https://togithub.com/open-telemetry/opentelemetry-go-contrib )
| `v0.8.0` -> `v0.9.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://togithub.com/open-telemetry/opentelemetry-go-contrib )
| `v0.53.0` -> `v0.54.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://togithub.com/open-telemetry/opentelemetry-go-contrib )
| `v0.53.0` -> `v0.54.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/contrib/propagators/b3](https://togithub.com/open-telemetry/opentelemetry-go-contrib )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/contrib/zpages](https://togithub.com/open-telemetry/opentelemetry-go-contrib )
| `v0.53.0` -> `v0.54.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>open-telemetry/opentelemetry-go-contrib
(go.opentelemetry.io/contrib/config)</summary>
###
[`v0.9.0`](https://togithub.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.9.0 )
[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-go-contrib/compare/v0.8.0...v0.9.0 )
This release upgrades its
[go.opentelemetry.io/otel](https://togithub.com/open-telemetry/opentelemetry-go/releases/tag/v0.9.0 )
dependency to v0.9.0.
##### Fixed
- Bump github.com/emicklei/go-restful/v3 from 3.0.0 to 3.2.0 in
/instrumentation/github.com/emicklei/go-restful.
([#​133](https://togithub.com/open-telemetry/opentelemetry-go-contrib/issues/133 ))
- Update dependabot configuration to correctly check all included
packages.
([#​131](https://togithub.com/open-telemetry/opentelemetry-go-contrib/issues/131 ))
- Update `RELEASING.md` with correct `tag.sh` command.
([#​130](https://togithub.com/open-telemetry/opentelemetry-go-contrib/issues/130 ))
***
##### Raw changes made between v0.8.0 and v0.9.0
[`0ea9f57`](0ea9f57e76 )
(HEAD -> master, tag: v0.9.0, tag: instrumentation/runtime/v0.9.0, tag:
instrumentation/gopkg.in/macaron.v1/v0.9.0, tag:
instrumentation/go.mongodb.org/mongo-driver/v0.9.0, tag:
instrumentation/github.com/labstack/echo/v0.9.0, tag:
instrumentation/github.com/gorilla/mux/v0.9.0, tag:
instrumentation/github.com/gin-gonic/gin/v0.9.0, tag:
instrumentation/github.com/emicklei/go-restful/v0.9.0, tag:
exporters/metric/dogstatsd/v0.9.0, tag: exporters/metric/datadog/v0.9.0,
upstream/master) Release v0.9.0
([#​140](https://togithub.com/open-telemetry/opentelemetry-go-contrib/issues/140 ))
[`a08ff87`](a08ff87151 )
(origin/master, origin/HEAD) Bump github.com/golangci/golangci-lint from
1.28.2 to 1.28.3 in /tools
([#​135](https://togithub.com/open-telemetry/opentelemetry-go-contrib/issues/135 ))
[`4c660e5`](4c660e5796 )
Bump github.com/emicklei/go-restful/v3 from 3.0.0 to 3.2.0 in
/instrumentation/github.com/emicklei/go-restful
([#​133](https://togithub.com/open-telemetry/opentelemetry-go-contrib/issues/133 ))
[`8bdd9d9`](8bdd9d9e38 )
Update dependabot package directories
([#​131](https://togithub.com/open-telemetry/opentelemetry-go-contrib/issues/131 ))
[`70d36d9`](70d36d938c )
Update RELEASING.md with correct tag.sh cmd
([#​130](https://togithub.com/open-telemetry/opentelemetry-go-contrib/issues/130 ))
</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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- 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/open-telemetry/opentelemetry-collector ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
2024-08-28 08:30:33 -07:00
renovate[bot]
ca764388d2
fix(deps): update opentelemetry-go monorepo ( #10972 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/otel](https://togithub.com/open-telemetry/opentelemetry-go )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://togithub.com/open-telemetry/opentelemetry-go )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://togithub.com/open-telemetry/opentelemetry-go )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/prometheus](https://togithub.com/open-telemetry/opentelemetry-go )
| `v0.50.0` -> `v0.51.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://togithub.com/open-telemetry/opentelemetry-go )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/metric](https://togithub.com/open-telemetry/opentelemetry-go )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/sdk](https://togithub.com/open-telemetry/opentelemetry-go )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/sdk/metric](https://togithub.com/open-telemetry/opentelemetry-go )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/otel/trace](https://togithub.com/open-telemetry/opentelemetry-go )
| `v1.28.0` -> `v1.29.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>open-telemetry/opentelemetry-go
(go.opentelemetry.io/otel)</summary>
###
[`v1.29.0`](https://togithub.com/open-telemetry/opentelemetry-go/releases/tag/v1.29.0 ):
/v0.51.0/v0.5.0
[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-go/compare/v1.28.0...v1.29.0 )
##### Overview
This release is the last to support [Go 1.21]. The next release will
require at least [Go 1.22].
##### Added
- Add MacOS ARM64 platform to the compatibility testing suite.
([#​5577](https://togithub.com/open-telemetry/opentelemetry-go/issues/5577 ))
- Add `InstrumentationScope` field to `SpanStub` in
`go.opentelemetry.io/otel/sdk/trace/tracetest`, as a replacement for the
deprecated `InstrumentationLibrary`.
([#​5627](https://togithub.com/open-telemetry/opentelemetry-go/issues/5627 ))
- Make the initial release of
`go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc`. This new
module contains an OTLP exporter that transmits log telemetry using
gRPC. This module is unstable and breaking changes may be introduced.
See our [versioning policy](VERSIONING.md) for more information about
these stability guarantees.
([#​5629](https://togithub.com/open-telemetry/opentelemetry-go/issues/5629 ))
- Add `Walk` function to `TraceState` in
`go.opentelemetry.io/otel/trace` to iterate all the key-value pairs.
([#​5651](https://togithub.com/open-telemetry/opentelemetry-go/issues/5651 ))
- Bridge the trace state in
`go.opentelemetry.io/otel/bridge/opencensus`.
([#​5651](https://togithub.com/open-telemetry/opentelemetry-go/issues/5651 ))
- Zero value of `SimpleProcessor` in `go.opentelemetry.io/otel/sdk/log`
no longer panics.
([#​5665](https://togithub.com/open-telemetry/opentelemetry-go/issues/5665 ))
- The `FilterProcessor` interface type is added in
`go.opentelemetry.io/otel/sdk/log/internal/x`. This is an optional and
experimental interface that log `Processor`s can implement to instruct
the `Logger` if a `Record` will be processed or not. It replaces the
existing `Enabled` method that is removed from the `Processor` interface
itself. It does not fall within the scope of the OpenTelemetry Go
versioning and stability [policy](./VERSIONING.md) and it may be changed
in backwards incompatible ways or removed in feature releases.
([#​5692](https://togithub.com/open-telemetry/opentelemetry-go/issues/5692 ))
- Support [Go 1.23].
([#​5720](https://togithub.com/open-telemetry/opentelemetry-go/issues/5720 ))
##### Changed
- `NewMemberRaw`, `NewKeyProperty` and `NewKeyValuePropertyRaw` in
`go.opentelemetry.io/otel/baggage` allow UTF-8 string in key.
([#​5132](https://togithub.com/open-telemetry/opentelemetry-go/issues/5132 ))
- `Processor.OnEmit` in `go.opentelemetry.io/otel/sdk/log` now accepts a
pointer to `Record` instead of a value so that the record modifications
done in a processor are propagated to subsequent registered processors.
([#​5636](https://togithub.com/open-telemetry/opentelemetry-go/issues/5636 ))
- `SimpleProcessor.Enabled` in `go.opentelemetry.io/otel/sdk/log` now
returns `false` if the exporter is `nil`.
([#​5665](https://togithub.com/open-telemetry/opentelemetry-go/issues/5665 ))
- Update the concurrency requirements of `Exporter` in
`go.opentelemetry.io/otel/sdk/log`.
([#​5666](https://togithub.com/open-telemetry/opentelemetry-go/issues/5666 ))
- `SimpleProcessor` in `go.opentelemetry.io/otel/sdk/log` synchronizes
`OnEmit` calls.
([#​5666](https://togithub.com/open-telemetry/opentelemetry-go/issues/5666 ))
- The `Processor` interface in `go.opentelemetry.io/otel/sdk/log` no
longer includes the `Enabled` method. See the `FilterProcessor`
interface type added in `go.opentelemetry.io/otel/sdk/log/internal/x` to
continue providing this functionality.
([#​5692](https://togithub.com/open-telemetry/opentelemetry-go/issues/5692 ))
- The `SimpleProcessor` type in `go.opentelemetry.io/otel/sdk/log` is no
longer comparable.
([#​5693](https://togithub.com/open-telemetry/opentelemetry-go/issues/5693 ))
- The `BatchProcessor` type in `go.opentelemetry.io/otel/sdk/log` is no
longer comparable.
([#​5693](https://togithub.com/open-telemetry/opentelemetry-go/issues/5693 ))
##### Fixed
- Correct comments for the priority of the `WithEndpoint` and
`WithEndpointURL` options and their corresponding environment variables
in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`.
([#​5584](https://togithub.com/open-telemetry/opentelemetry-go/issues/5584 ))
- Pass the underlying error rather than a generic retry-able failure in
`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`,
`go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp` and
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`.
([#​5541](https://togithub.com/open-telemetry/opentelemetry-go/issues/5541 ))
- Correct the `Tracer`, `Meter`, and `Logger` names used in
`go.opentelemetry.io/otel/example/dice`.
([#​5612](https://togithub.com/open-telemetry/opentelemetry-go/issues/5612 ))
- Correct the `Tracer` names used in
`go.opentelemetry.io/otel/example/namedtracer`.
([#​5612](https://togithub.com/open-telemetry/opentelemetry-go/issues/5612 ))
- Correct the `Tracer` name used in
`go.opentelemetry.io/otel/example/opencensus`.
([#​5612](https://togithub.com/open-telemetry/opentelemetry-go/issues/5612 ))
- Correct the `Tracer` and `Meter` names used in
`go.opentelemetry.io/otel/example/otel-collector`.
([#​5612](https://togithub.com/open-telemetry/opentelemetry-go/issues/5612 ))
- Correct the `Tracer` names used in
`go.opentelemetry.io/otel/example/passthrough`.
([#​5612](https://togithub.com/open-telemetry/opentelemetry-go/issues/5612 ))
- Correct the `Meter` name used in
`go.opentelemetry.io/otel/example/prometheus`.
([#​5612](https://togithub.com/open-telemetry/opentelemetry-go/issues/5612 ))
- Correct the `Tracer` names used in
`go.opentelemetry.io/otel/example/zipkin`.
([#​5612](https://togithub.com/open-telemetry/opentelemetry-go/issues/5612 ))
- Correct comments for the priority of the `WithEndpoint` and
`WithEndpointURL` options and their corresponding environment variables
in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`
and `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`.
([#​5641](https://togithub.com/open-telemetry/opentelemetry-go/issues/5641 ))
- Correct comments for the priority of the `WithEndpoint` and
`WithEndpointURL` options and their corresponding environment variables
in `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp`.
([#​5650](https://togithub.com/open-telemetry/opentelemetry-go/issues/5650 ))
- Stop percent encoding header environment variables in
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`,
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`,
`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc` and
`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`
([#​5705](https://togithub.com/open-telemetry/opentelemetry-go/issues/5705 ))
- Remove invalid environment variable header keys in
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`,
`go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`,
`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc` and
`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`
([#​5705](https://togithub.com/open-telemetry/opentelemetry-go/issues/5705 ))
##### Removed
- The `Enabled` method of the `SimpleProcessor` in
`go.opentelemetry.io/otel/sdk/log` is removed.
([#​5692](https://togithub.com/open-telemetry/opentelemetry-go/issues/5692 ))
- The `Enabled` method of the `BatchProcessor` in
`go.opentelemetry.io/otel/sdk/log` is removed.
([#​5692](https://togithub.com/open-telemetry/opentelemetry-go/issues/5692 ))
[Go 1.23]: https://go.dev/doc/go1.23
[Go 1.22]: https://go.dev/doc/go1.22
[Go 1.21]: https://go.dev/doc/go1.21
##### What's Changed
- Upgrade Go versions in CI by
[@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5570 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5570 )
- fix(deps): update module google.golang.org/grpc to v1.65.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5568 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5568 )
- fix(deps): update module go.opentelemetry.io/otel/sdk/log to v0.4.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5571 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5571 )
- fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog
to v0.3.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5573 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5573 )
- fix(deps): update module
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.53.0
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5574 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5574 )
- Implement otlploggrpc gRPC client by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5572 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5572 )
- chore(deps): update module golang.org/x/sys to v0.22.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5576 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5576 )
- chore(deps): update module golang.org/x/net to v0.27.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5581 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5581 )
- Enable benchmark summary for release by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5527 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5527 )
- sdk/log: Add package example by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5579 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5579 )
- \[chore] Update macOS runners by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5577 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5577 )
- fix(deps): update module golang.org/x/tools to v0.23.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5583 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5583 )
- fix(deps): update golang.org/x/exp digest to
[`46b0784`](https://togithub.com/open-telemetry/opentelemetry-go/commit/46b0784 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5585 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5585 )
- baggage: Fix invalid percent-encoded octet sequences by
[@​santileira](https://togithub.com/santileira ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5528 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5528 )
- Extend trace config benchmarks to run each option individually by
[@​dmathieu](https://togithub.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5566 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5566 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`654c5fe`](https://togithub.com/open-telemetry/opentelemetry-go/commit/654c5fe )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5587 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5587 )
- Protect released changelog in CI by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5560 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5560 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`4ad9e85`](https://togithub.com/open-telemetry/opentelemetry-go/commit/4ad9e85 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5588 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5588 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`4ad9e85`](https://togithub.com/open-telemetry/opentelemetry-go/commit/4ad9e85 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5589 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5589 )
- Correct the comment for the priority of options and environments on
otlptracehttp by [@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5584 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5584 )
- \[chore] Add missing changelog entry for
[#​5577](https://togithub.com/open-telemetry/opentelemetry-go/issues/5577 )
by [@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5586 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5586 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`40e1e62`](https://togithub.com/open-telemetry/opentelemetry-go/commit/40e1e62 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5592 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5592 )
- Implement otlploggrpc exporter by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5582 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5582 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`40e1e62`](https://togithub.com/open-telemetry/opentelemetry-go/commit/40e1e62 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5593 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5593 )
- fix(deps): update module go.opentelemetry.io/build-tools/crosslink to
v0.14.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5594 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5594 )
- fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to
v0.14.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5595 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5595 )
- fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.14.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5596 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5596 )
- fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to
v0.14.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5597 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5597 )
- chore(deps): update prom/prometheus docker tag to v2.53.1 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5603 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5603 )
- chore(deps): update jaegertracing/all-in-one docker tag to v1.59 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5605 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5605 )
- Add TestSpanStartConfigAttributeMutability by
[@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5591 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5591 )
- log: Add missing notice to Bytes, Slice, Map doc comment by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5598 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5598 )
- Add TestConfigLinkMutability by
[@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5604 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5604 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`46eb208`](https://togithub.com/open-telemetry/opentelemetry-go/commit/46eb208 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5610 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5610 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`46eb208`](https://togithub.com/open-telemetry/opentelemetry-go/commit/46eb208 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5611 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5611 )
- sdk/log: Refine BenchmarkProcessor by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5607 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5607 )
- sdk/log: Simple processor may be useful for production by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5578 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5578 )
- Fix verify_released_changelog.sh by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5616 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5616 )
- Add resource metrics transform benchmarks by
[@​dmathieu](https://togithub.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5602 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5602 )
- Add benchmark for turning readonly spans into their proto struct by
[@​dmathieu](https://togithub.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5601 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5601 )
- sdk/log: Package documentation by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5609 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5609 )
- Document Logger name and version recommendations by
[@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5613 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5613 )
- Add comment to other observable instruments about repeated creation
with callbacks by [@​dashpole](https://togithub.com/dashpole ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5606 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5606 )
- Update example instrumentation names by
[@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5612 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5612 )
- Add integration tests for otlploggrpc exporter by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5614 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5614 )
- Add example test for otlploggrpc by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5615 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5615 )
- Add entry for logs in `go.opentelemetry.io/otel` package documentation
by [@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5621 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5621 )
- Refactor Batch Processor benchmark to really test OnEnd by
[@​dmathieu](https://togithub.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5600 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5600 )
- Separate trace API components into own files by
[@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5620 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5620 )
- fix(deps): update golang.org/x/exp digest to
[`e3f2596`](https://togithub.com/open-telemetry/opentelemetry-go/commit/e3f2596 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5624 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5624 )
- fix(deps): update module golang.org/x/vuln to v1.1.3 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5625 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5625 )
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.105.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5626 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5626 )
- Add `otlploggrpc` package documentation by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5622 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5622 )
- Parse errormsgs in retryable status codes by
[@​pree-dew](https://togithub.com/pree-dew ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5541 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5541 )
- Include otlploggrpc module into the experimental-logs by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5629 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5629 )
- Rely on net/http error content rather than unreliable deadline
exceeded by [@​dmathieu](https://togithub.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5631 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5631 )
- fix(deps): update golang.org/x/exp digest to
[`8a7402a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/8a7402a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5633 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5633 )
- baggage: fix grammar error by
[@​kevinburkesegment](https://togithub.com/kevinburkesegment ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5634 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5634 )
- Fix otlp grpc exporters doc to require a scheme by
[@​dmathieu](https://togithub.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5632 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5632 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`d784300`](https://togithub.com/open-telemetry/opentelemetry-go/commit/d784300 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5638 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5638 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`d784300`](https://togithub.com/open-telemetry/opentelemetry-go/commit/d784300 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5637 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5637 )
- Use actuated runner to run benchmark by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5635 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5635 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`e6d459c`](https://togithub.com/open-telemetry/opentelemetry-go/commit/e6d459c )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5639 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5639 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`e6d459c`](https://togithub.com/open-telemetry/opentelemetry-go/commit/e6d459c )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5640 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5640 )
- Allow relying on InstrumentationScope in SpanStub and fix remaining
deprecation issues by [@​dmathieu](https://togithub.com/dmathieu )
in
[https://github.com/open-telemetry/opentelemetry-go/pull/5627 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5627 )
- Correct the comment for the priority of options and environments on
otlpmetric by [@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5641 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5641 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`93522f1`](https://togithub.com/open-telemetry/opentelemetry-go/commit/93522f1 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5646 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5646 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`93522f1`](https://togithub.com/open-telemetry/opentelemetry-go/commit/93522f1 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5647 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5647 )
- chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2
to v2.21.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5648 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5648 )
- fix(deps): update github.com/opentracing-contrib/go-grpc digest to
[`9dec25a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/9dec25a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5643 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5643 )
- typo: fix docs by
[@​intiramisu](https://togithub.com/intiramisu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5649 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5649 )
- Enable all benchmarks in CI by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5644 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5644 )
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.106.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5654 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5654 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`b1a4ccb`](https://togithub.com/open-telemetry/opentelemetry-go/commit/b1a4ccb )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5656 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5656 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`b1a4ccb`](https://togithub.com/open-telemetry/opentelemetry-go/commit/b1a4ccb )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5655 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5655 )
- Fix benchmark ci by [@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5657 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5657 )
- \[chore] Add asasalint linter by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5653 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5653 )
- \[chore] Add bodyclose linter by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5659 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5659 )
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.106.1 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5662 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5662 )
- \[chore] Remove toolchain from go.mod by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5661 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5661 )
- sdk/log: Processor.OnEmit accetps a Record pointer by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5636 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5636 )
- Fix membership link by [@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5667 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5667 )
- Correct the comment for the priority of options and environments on
otlploghttp by [@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5650 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5650 )
- Fix benchmark that does not compare the exact result from the previous
commit by [@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5664 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5664 )
- sdk/log: SimpleProcessor to not panic for zero value by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5665 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5665 )
- chore(deps): update module golang.org/x/sys to v0.23.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5669 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5669 )
- Fix interfaces doc formatting by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5658 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5658 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`2c9e96a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/2c9e96a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5673 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5673 )
- fix(deps): update module golang.org/x/tools to v0.24.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5677 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5677 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`2c9e96a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/2c9e96a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5672 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5672 )
- chore(deps): update jaegertracing/all-in-one docker tag to v1.60 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5675 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5675 )
- chore(deps): update module golang.org/x/net to v0.28.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5676 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5676 )
- Fix stdoutlog import path by
[@​mikelolasagasti](https://togithub.com/mikelolasagasti ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5670 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5670 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`573a115`](https://togithub.com/open-telemetry/opentelemetry-go/commit/573a115 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5697 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5697 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`573a115`](https://togithub.com/open-telemetry/opentelemetry-go/commit/573a115 )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5698 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5698 )
- fix(deps): update golang.org/x/exp digest to
[`0cdaa3a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/0cdaa3a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5699 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5699 )
- chore(deps): update module golang.org/x/sys to v0.24.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5700 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5700 )
- sdk/log: SimpleProcessor synchronizes OnEmit calls by
[@​pellared](https://togithub.com/pellared ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5666 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5666 )
- Ensure exported struct in `sdk/log` are not comparable by
[@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5693 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5693 )
- Use self hosted runner to run benchmark by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5695 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5695 )
- Save benchmark cache even the job is failed by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5694 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5694 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`8ffd90a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/8ffd90a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5708 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5708 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`8ffd90a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/8ffd90a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5709 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5709 )
- baggage: Accept non-ASCII keys by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5132 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5132 )
- Stabilize benchmark result of `BenchmarkValueEqual` by
[@​XSAM](https://togithub.com/XSAM ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5717 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5717 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`ddb44da`](https://togithub.com/open-telemetry/opentelemetry-go/commit/ddb44da )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5715 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5715 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`ddb44da`](https://togithub.com/open-telemetry/opentelemetry-go/commit/ddb44da )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5714 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5714 )
- chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2
to v2.22.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5718 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5718 )
- fix(deps): update module github.com/prometheus/client_golang to
v1.20.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5713 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5713 )
- chore(deps): update prom/prometheus docker tag to v2.54.0 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5701 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5701 )
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.107.0 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5710 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5710 )
- chore(deps): update golang docker tag to v1.23 by
[@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5712 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5712 )
- fix(deps): update module github.com/prometheus/client_golang to
v1.20.1 by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5721 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5721 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`278611b`](https://togithub.com/open-telemetry/opentelemetry-go/commit/278611b )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5723 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5723 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`278611b`](https://togithub.com/open-telemetry/opentelemetry-go/commit/278611b )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5724 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5724 )
- Add support for go 1.23 by
[@​dmathieu](https://togithub.com/dmathieu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5720 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5720 )
- Bugfix: OTLP exporters should not percent decode the key when parsing
HEADERS env vars by [@​zhihali](https://togithub.com/zhihali ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5705 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5705 )
- OpenCensus bridge to support TraceState by
[@​jianwu](https://togithub.com/jianwu ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5651 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5651 )
- Move `log.Processor.Enabled` to independent `FilterProcessor`
interfaced type by [@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5692 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5692 )
- chore(deps): update google.golang.org/genproto/googleapis/api digest
to
[`fc7c04a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/fc7c04a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5726 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5726 )
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest
to
[`fc7c04a`](https://togithub.com/open-telemetry/opentelemetry-go/commit/fc7c04a )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5727 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5727 )
- fix(deps): update golang.org/x/exp digest to
[`778ce7b`](https://togithub.com/open-telemetry/opentelemetry-go/commit/778ce7b )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5728 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5728 )
- fix(deps): update golang.org/x/exp digest to
[`9b4947d`](https://togithub.com/open-telemetry/opentelemetry-go/commit/9b4947d )
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5729 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5729 )
- fix(deps): update module github.com/golangci/golangci-lint to v1.60.2
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5711 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5711 )
- fix(deps): update module github.com/golangci/golangci-lint to v1.60.3
by [@​renovate](https://togithub.com/renovate ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5730 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5730 )
- Release v1.29.0/v0.51.0/v0.5.0 by
[@​MrAlias](https://togithub.com/MrAlias ) in
[https://github.com/open-telemetry/opentelemetry-go/pull/5732 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5732 )
##### New Contributors
- [@​santileira](https://togithub.com/santileira ) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5528 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5528 )
- [@​pree-dew](https://togithub.com/pree-dew ) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5541 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5541 )
- [@​intiramisu](https://togithub.com/intiramisu ) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5649 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5649 )
- [@​mikelolasagasti](https://togithub.com/mikelolasagasti ) made
their first contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5670 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5670 )
- [@​jianwu](https://togithub.com/jianwu ) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/5651 ](https://togithub.com/open-telemetry/opentelemetry-go/pull/5651 )
**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-go/compare/v1.28.0...v1.29.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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- 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/open-telemetry/opentelemetry-collector ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-08-27 15:41:23 -07:00
renovate[bot]
3ab68b874f
fix(deps): update module github.com/prometheus/client_golang to v1.20.2 ( #10968 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang )
| `v1.20.1` -> `v1.20.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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/client_golang
(github.com/prometheus/client_golang)</summary>
###
[`v1.20.2`](https://togithub.com/prometheus/client_golang/releases/tag/v1.20.2 )
[Compare
Source](https://togithub.com/prometheus/client_golang/compare/v1.20.1...v1.20.2 )
- \[BUGFIX] promhttp: Unset Content-Encoding header when data is
uncompressed.
[#​1596](https://togithub.com/prometheus/client_golang/issues/1596 )
</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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
2024-08-27 15:06:38 -07:00
OpenTelemetry Bot
c8a932e6b3
[chore] Prepare release v1.14.1/v0.108.1 ( #10986 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.14.1/v0.108.1
- make prepare-release PREVIOUS_VERSION=1[.]14[.]0
RELEASE_CANDIDATE=1.14.1 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]108[.]0
RELEASE_CANDIDATE=0.108.1 MODSET=beta
2024-08-27 11:09:14 -07:00
OpenTelemetry Bot
10155518e3
[chore] Prepare release v1.14.0/v0.108.0 ( #10980 )
...
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.14.0/v0.108.0
- make prepare-release PREVIOUS_VERSION=1[.]13[.]0
RELEASE_CANDIDATE=1.14.0 MODSET=stable
- make prepare-release PREVIOUS_VERSION=0[.]107[.]0
RELEASE_CANDIDATE=0.108.0 MODSET=beta
2024-08-27 07:30:31 -07:00
renovate[bot]
360954a23d
fix(deps): update module github.com/prometheus/client_golang to v1.20.1 ( #10928 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang )
| `v1.20.0` -> `v1.20.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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/client_golang
(github.com/prometheus/client_golang)</summary>
###
[`v1.20.1`](https://togithub.com/prometheus/client_golang/releases/tag/v1.20.1 )
[Compare
Source](https://togithub.com/prometheus/client_golang/compare/v1.20.0...v1.20.1 )
- \[BUGFIX] process-collector: Fixed unregistered descriptor error when
using process collector with PedanticRegistry on Linux machines.
[#​1587](https://togithub.com/prometheus/client_golang/issues/1587 )
</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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-08-20 11:35:30 -07:00
renovate[bot]
789d263a53
fix(deps): update module github.com/prometheus/client_golang to v1.20.0 ( #10918 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang )
| `v1.19.1` -> `v1.20.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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/client_golang
(github.com/prometheus/client_golang)</summary>
###
[`v1.20.0`](https://togithub.com/prometheus/client_golang/releases/tag/v1.20.0 )
[Compare
Source](https://togithub.com/prometheus/client_golang/compare/v1.19.1...v1.20.0 )
Thanks everyone for contributions!
⚠️ In this release we remove one (broken anyway, given Go runtime
changes) metric and add three new (representing GOGC, GOMEMLIMIT and
GOMAXPROCS flags) to the default `collectors.NewGoCollector()`
collector. Given its popular usage, expect your binary to expose two
additional metric.
#### Changes
- \[CHANGE] ⚠️ go-collector: Remove `go_memstat_lookups_total`
metric which was always 0; Go runtime stopped sharing pointer lookup
statistics.
[#​1577](https://togithub.com/prometheus/client_golang/issues/1577 )
- \[FEATURE] ⚠️ go-collector: Add 3 default metrics:
`go_gc_gogc_percent`, `go_gc_gomemlimit_bytes` and
`go_sched_gomaxprocs_threads` as those are recommended by the Go team.
[#​1559](https://togithub.com/prometheus/client_golang/issues/1559 )
- \[FEATURE] go-collector: Add more information to all metrics' HELP
e.g. the exact `runtime/metrics` sourcing each metric (if relevant).
[#​1568](https://togithub.com/prometheus/client_golang/issues/1568 )
[#​1578](https://togithub.com/prometheus/client_golang/issues/1578 )
- \[FEATURE] testutil: Add CollectAndFormat method.
[#​1503](https://togithub.com/prometheus/client_golang/issues/1503 )
- \[FEATURE] histograms: Add support for exemplars in native histograms.
[#​1471](https://togithub.com/prometheus/client_golang/issues/1471 )
- \[FEATURE] promhttp: Add experimental support for `zstd` on scrape,
controlled by the request `Accept-Encoding` header.
[#​1496](https://togithub.com/prometheus/client_golang/issues/1496 )
- \[FEATURE] api/v1: Add `WithLimit` parameter to all API methods that
supports it.
[#​1544](https://togithub.com/prometheus/client_golang/issues/1544 )
- \[FEATURE] prometheus: Add support for created timestamps in constant
histograms and constant summaries.
[#​1537](https://togithub.com/prometheus/client_golang/issues/1537 )
- \[FEATURE] process-collectors: Add network usage metrics:
`process_network_receive_bytes_total` and
`process_network_transmit_bytes_total`.
[#​1555](https://togithub.com/prometheus/client_golang/issues/1555 )
- \[FEATURE] promlint: Add duplicated metric lint rule.
[#​1472](https://togithub.com/prometheus/client_golang/issues/1472 )
- \[BUGFIX] promlint: Relax metric type in name linter rule.
[#​1455](https://togithub.com/prometheus/client_golang/issues/1455 )
- \[BUGFIX] promhttp: Make sure server
instrumentation wrapping supports new and future extra responseWriter
methods.
[#​1480](https://togithub.com/prometheus/client_golang/issues/1480 )
- \[BUGFIX] testutil: Functions using compareMetricFamilies are now
failing if filtered metricNames are not in the input.
[#​1424](https://togithub.com/prometheus/client_golang/issues/1424 )
<details>
<summary>All commits</summary>
- feat(prometheus/testutil/promlint/validations): refine lintMetricType…
by [@​foehammer127](https://togithub.com/foehammer127 ) in
[https://github.com/prometheus/client_golang/pull/1455 ](https://togithub.com/prometheus/client_golang/pull/1455 )
- Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in
/examples/middleware by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1457 ](https://togithub.com/prometheus/client_golang/pull/1457 )
- Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1458 ](https://togithub.com/prometheus/client_golang/pull/1458 )
- Bump golang.org/x/sys from 0.16.0 to 0.17.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1459 ](https://togithub.com/prometheus/client_golang/pull/1459 )
- Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 in
/tutorial/whatsup by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1461 ](https://togithub.com/prometheus/client_golang/pull/1461 )
- Merge Release 1.19 back to main by
[@​ArthurSens](https://togithub.com/ArthurSens ) in
[https://github.com/prometheus/client_golang/pull/1462 ](https://togithub.com/prometheus/client_golang/pull/1462 )
- Bump the github-actions group with 2 updates by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1456 ](https://togithub.com/prometheus/client_golang/pull/1456 )
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1466 ](https://togithub.com/prometheus/client_golang/pull/1466 )
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in
/examples/middleware by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1467 ](https://togithub.com/prometheus/client_golang/pull/1467 )
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in
/tutorial/whatsup by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1469 ](https://togithub.com/prometheus/client_golang/pull/1469 )
- Add LintDuplicateMetric to promlint by
[@​bboreham](https://togithub.com/bboreham ) in
[https://github.com/prometheus/client_golang/pull/1472 ](https://togithub.com/prometheus/client_golang/pull/1472 )
- Auto-update Go Collector Metrics for new Go versions by
[@​SachinSahu431](https://togithub.com/SachinSahu431 ) in
[https://github.com/prometheus/client_golang/pull/1476 ](https://togithub.com/prometheus/client_golang/pull/1476 )
- Implement Unwrap() for responseWriterDelegator by
[@​igor-drozdov](https://togithub.com/igor-drozdov ) in
[https://github.com/prometheus/client_golang/pull/1480 ](https://togithub.com/prometheus/client_golang/pull/1480 )
- Bump golang.org/x/sys from 0.17.0 to 0.18.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1485 ](https://togithub.com/prometheus/client_golang/pull/1485 )
- Bump github.com/prometheus/procfs from 0.12.0 to 0.13.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1486 ](https://togithub.com/prometheus/client_golang/pull/1486 )
- ci: Remove hardcoded supported Go versions from go.yml by
[@​SachinSahu431](https://togithub.com/SachinSahu431 ) in
[https://github.com/prometheus/client_golang/pull/1489 ](https://togithub.com/prometheus/client_golang/pull/1489 )
- feat: metrics generation workflow by
[@​SachinSahu431](https://togithub.com/SachinSahu431 ) in
[https://github.com/prometheus/client_golang/pull/1481 ](https://togithub.com/prometheus/client_golang/pull/1481 )
- fix: remove redundant go module in middleware example by
[@​majolo](https://togithub.com/majolo ) in
[https://github.com/prometheus/client_golang/pull/1492 ](https://togithub.com/prometheus/client_golang/pull/1492 )
- chore: Refactor how base metrics are added to Sched metrics by
[@​ArthurSens](https://togithub.com/ArthurSens ) in
[https://github.com/prometheus/client_golang/pull/1483 ](https://togithub.com/prometheus/client_golang/pull/1483 )
- gocollector: Add regex option to allow collection of debug runtime
metrics by [@​ArthurSens](https://togithub.com/ArthurSens ) in
[https://github.com/prometheus/client_golang/pull/1389 ](https://togithub.com/prometheus/client_golang/pull/1389 )
- Bump github.com/prometheus/common from 0.48.0 to 0.52.3 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1498 ](https://togithub.com/prometheus/client_golang/pull/1498 )
- chore: fix function name in comment by
[@​oftenoccur](https://togithub.com/oftenoccur ) in
[https://github.com/prometheus/client_golang/pull/1497 ](https://togithub.com/prometheus/client_golang/pull/1497 )
- build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in
/tutorial/whatsup by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1501 ](https://togithub.com/prometheus/client_golang/pull/1501 )
- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1502 ](https://togithub.com/prometheus/client_golang/pull/1502 )
- feat(dependency): replace go-spew package by
[@​dongjiang1989](https://togithub.com/dongjiang1989 ) in
[https://github.com/prometheus/client_golang/pull/1499 ](https://togithub.com/prometheus/client_golang/pull/1499 )
- build(deps): bump github.com/prometheus/common from 0.52.3 to 0.53.0
by [@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1504 ](https://togithub.com/prometheus/client_golang/pull/1504 )
- build(deps): bump github.com/cespare/xxhash/v2 from 2.2.0 to 2.3.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1505 ](https://togithub.com/prometheus/client_golang/pull/1505 )
- build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1506 ](https://togithub.com/prometheus/client_golang/pull/1506 )
- build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1507 ](https://togithub.com/prometheus/client_golang/pull/1507 )
- build(deps): bump github.com/prometheus/client_model from 0.6.0 to
0.6.1 by [@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1508 ](https://togithub.com/prometheus/client_golang/pull/1508 )
- build(deps): bump github.com/prometheus/common from 0.48.0 to 0.53.0
in /tutorial/whatsup by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1509 ](https://togithub.com/prometheus/client_golang/pull/1509 )
- improved code more clean by
[@​lilijreey](https://togithub.com/lilijreey ) in
[https://github.com/prometheus/client_golang/pull/1511 ](https://togithub.com/prometheus/client_golang/pull/1511 )
- build(deps): bump the github-actions group with 3 updates by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1510 ](https://togithub.com/prometheus/client_golang/pull/1510 )
- \[CI]: Add Concurrency Grouping to GitHub Workflows by
[@​Ishani217](https://togithub.com/Ishani217 ) in
[https://github.com/prometheus/client_golang/pull/1444 ](https://togithub.com/prometheus/client_golang/pull/1444 )
- Add CollectAndFormat to testutil, allowing caller to assert as they
want to on the exported metric by
[@​jcass8695](https://togithub.com/jcass8695 ) in
[https://github.com/prometheus/client_golang/pull/1503 ](https://togithub.com/prometheus/client_golang/pull/1503 )
- testutil compareMetricFamilies: make less error-prone by
[@​leonnicolas](https://togithub.com/leonnicolas ) in
[https://github.com/prometheus/client_golang/pull/1424 ](https://togithub.com/prometheus/client_golang/pull/1424 )
- improved code more clean use time.IsZero() replace t = time.Time{} by
[@​lilijreey](https://togithub.com/lilijreey ) in
[https://github.com/prometheus/client_golang/pull/1515 ](https://togithub.com/prometheus/client_golang/pull/1515 )
- add native histogram exemplar support by
[@​fatsheep9146](https://togithub.com/fatsheep9146 ) in
[https://github.com/prometheus/client_golang/pull/1471 ](https://togithub.com/prometheus/client_golang/pull/1471 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1514 ](https://togithub.com/prometheus/client_golang/pull/1514 )
- build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1523 ](https://togithub.com/prometheus/client_golang/pull/1523 )
- build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1522 ](https://togithub.com/prometheus/client_golang/pull/1522 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1524 ](https://togithub.com/prometheus/client_golang/pull/1524 )
- Add PR template for changelog automation by
[@​SachinSahu431](https://togithub.com/SachinSahu431 ) in
[https://github.com/prometheus/client_golang/pull/1517 ](https://togithub.com/prometheus/client_golang/pull/1517 )
- Auto label PRs by
[@​SachinSahu431](https://togithub.com/SachinSahu431 ) in
[https://github.com/prometheus/client_golang/pull/1518 ](https://togithub.com/prometheus/client_golang/pull/1518 )
- Fix: Auto label PRs
[#​1518](https://togithub.com/prometheus/client_golang/issues/1518 )
by [@​SachinSahu431](https://togithub.com/SachinSahu431 ) in
[https://github.com/prometheus/client_golang/pull/1525 ](https://togithub.com/prometheus/client_golang/pull/1525 )
- build(deps): bump github.com/prometheus/procfs from 0.13.0 to 0.15.1
by [@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1527 ](https://togithub.com/prometheus/client_golang/pull/1527 )
- ci: Group all changelog-related CI jobs into single one by
[@​ArthurSens](https://togithub.com/ArthurSens ) in
[https://github.com/prometheus/client_golang/pull/1526 ](https://togithub.com/prometheus/client_golang/pull/1526 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1530 ](https://togithub.com/prometheus/client_golang/pull/1530 )
- Remove synchronize trigger from changelog workflow by
[@​SachinSahu431](https://togithub.com/SachinSahu431 ) in
[https://github.com/prometheus/client_golang/pull/1532 ](https://togithub.com/prometheus/client_golang/pull/1532 )
- feat: Support zstd compression by
[@​mrueg](https://togithub.com/mrueg ) in
[https://github.com/prometheus/client_golang/pull/1496 ](https://togithub.com/prometheus/client_golang/pull/1496 )
- Fix golangci-lint config by
[@​SuperQ](https://togithub.com/SuperQ ) in
[https://github.com/prometheus/client_golang/pull/1536 ](https://togithub.com/prometheus/client_golang/pull/1536 )
- build(deps): bump github.com/prometheus/client_golang from 1.19.0 to
1.19.1 in /tutorial/whatsup by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1529 ](https://togithub.com/prometheus/client_golang/pull/1529 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1531 ](https://togithub.com/prometheus/client_golang/pull/1531 )
- Cleanup NOTICE file by [@​SuperQ](https://togithub.com/SuperQ )
in
[https://github.com/prometheus/client_golang/pull/1541 ](https://togithub.com/prometheus/client_golang/pull/1541 )
- Remove inlined upstream code by
[@​SuperQ](https://togithub.com/SuperQ ) in
[https://github.com/prometheus/client_golang/pull/1539 ](https://togithub.com/prometheus/client_golang/pull/1539 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1545 ](https://togithub.com/prometheus/client_golang/pull/1545 )
- client: Add Option to provide limit query param for APIs that support
it by [@​abbyssoul](https://togithub.com/abbyssoul ) in
[https://github.com/prometheus/client_golang/pull/1544 ](https://togithub.com/prometheus/client_golang/pull/1544 )
- Allow creating constant histogram and summary metrics with a created
timestamp by [@​swar8080](https://togithub.com/swar8080 ) in
[https://github.com/prometheus/client_golang/pull/1537 ](https://togithub.com/prometheus/client_golang/pull/1537 )
- Update README.md by [@​bwplotka](https://togithub.com/bwplotka )
in
[https://github.com/prometheus/client_golang/pull/1556 ](https://togithub.com/prometheus/client_golang/pull/1556 )
- Temporarily remove required CI job for changelog. by
[@​bwplotka](https://togithub.com/bwplotka ) in
[https://github.com/prometheus/client_golang/pull/1560 ](https://togithub.com/prometheus/client_golang/pull/1560 )
- build(deps): bump github.com/prometheus/common from 0.53.0 to 0.55.0
in /tutorial/whatsup by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1549 ](https://togithub.com/prometheus/client_golang/pull/1549 )
- build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1552 ](https://togithub.com/prometheus/client_golang/pull/1552 )
- build(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9
by [@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1553 ](https://togithub.com/prometheus/client_golang/pull/1553 )
- fix: Update Go tests by [@​SuperQ](https://togithub.com/SuperQ )
in
[https://github.com/prometheus/client_golang/pull/1562 ](https://togithub.com/prometheus/client_golang/pull/1562 )
- process_collector: collect received/transmitted bytes by
[@​huwcbjones](https://togithub.com/huwcbjones ) in
[https://github.com/prometheus/client_golang/pull/1555 ](https://togithub.com/prometheus/client_golang/pull/1555 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1561 ](https://togithub.com/prometheus/client_golang/pull/1561 )
- chore: Remove half-implemented changelog automation by
[@​ArthurSens](https://togithub.com/ArthurSens ) in
[https://github.com/prometheus/client_golang/pull/1564 ](https://togithub.com/prometheus/client_golang/pull/1564 )
- build(deps): bump the github-actions group across 1 directory with 3
updates by [@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1565 ](https://togithub.com/prometheus/client_golang/pull/1565 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1563 ](https://togithub.com/prometheus/client_golang/pull/1563 )
- build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1551 ](https://togithub.com/prometheus/client_golang/pull/1551 )
- deps: Updated to prometheus/common to 0.55 by
[@​bwplotka](https://togithub.com/bwplotka ) in
[https://github.com/prometheus/client_golang/pull/1566 ](https://togithub.com/prometheus/client_golang/pull/1566 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1567 ](https://togithub.com/prometheus/client_golang/pull/1567 )
- tutorials: Renamed tutorial -> tutorials for consistency + fixed
tutorial code. by [@​bwplotka](https://togithub.com/bwplotka ) in
[https://github.com/prometheus/client_golang/pull/1569 ](https://togithub.com/prometheus/client_golang/pull/1569 )
- go collector: add default metrics acceptance tests; adding more
context to HELP by [@​bwplotka](https://togithub.com/bwplotka ) in
[https://github.com/prometheus/client_golang/pull/1568 ](https://togithub.com/prometheus/client_golang/pull/1568 )
- build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1570 ](https://togithub.com/prometheus/client_golang/pull/1570 )
- build(deps): bump the github-actions group with 3 updates by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/prometheus/client_golang/pull/1571 ](https://togithub.com/prometheus/client_golang/pull/1571 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1572 ](https://togithub.com/prometheus/client_golang/pull/1572 )
- ci: daggerize test and lint pipelines by
[@​marcosnils](https://togithub.com/marcosnils ) in
[https://github.com/prometheus/client_golang/pull/1534 ](https://togithub.com/prometheus/client_golang/pull/1534 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1573 ](https://togithub.com/prometheus/client_golang/pull/1573 )
- Add default Go runtime metrics for /gc/gogc:percent,
/gc/gomemlimit:bytes, /sched/gomaxprocs:threads by
[@​vesari](https://togithub.com/vesari ) in
[https://github.com/prometheus/client_golang/pull/1559 ](https://togithub.com/prometheus/client_golang/pull/1559 )
- Synchronize common files from prometheus/prometheus by
[@​prombot](https://togithub.com/prombot ) in
[https://github.com/prometheus/client_golang/pull/1576 ](https://togithub.com/prometheus/client_golang/pull/1576 )
- Remove go_memstat_lookups_total; added runtime/metrics calculation to
memstat metric's help. by
[@​bwplotka](https://togithub.com/bwplotka ) in
[https://github.com/prometheus/client_golang/pull/1577 ](https://togithub.com/prometheus/client_golang/pull/1577 )
- gocollector: Attach original runtime/metrics metric name to help. by
[@​bwplotka](https://togithub.com/bwplotka ) in
[https://github.com/prometheus/client_golang/pull/1578 ](https://togithub.com/prometheus/client_golang/pull/1578 )
</details>
#### New Contributors
* @​foehammer127 made their first
contributi[https://github.com/prometheus/client_golang/pull/1455 ](https://togithub.com/prometheus/client_golang/pull/1455 )l/1455
* @​SachinSahu431 made their first
contributi[https://github.com/prometheus/client_golang/pull/1476 ](https://togithub.com/prometheus/client_golang/pull/1476 )l/1476
* @​igor-drozdov made their first
contributi[https://github.com/prometheus/client_golang/pull/1480 ](https://togithub.com/prometheus/client_golang/pull/1480 )l/1480
* @​majolo made their first
contributi[https://github.com/prometheus/client_golang/pull/1492 ](https://togithub.com/prometheus/client_golang/pull/1492 )l/1492
* @​oftenoccur made their first
contributi[https://github.com/prometheus/client_golang/pull/1497 ](https://togithub.com/prometheus/client_golang/pull/1497 )l/1497
* @​dongjiang1989 made their first
contributi[https://github.com/prometheus/client_golang/pull/1499 ](https://togithub.com/prometheus/client_golang/pull/1499 )l/1499
* @​lilijreey made their first
contributi[https://github.com/prometheus/client_golang/pull/1511 ](https://togithub.com/prometheus/client_golang/pull/1511 )l/1511
* @​Ishani217 made their first
contributi[https://github.com/prometheus/client_golang/pull/1444 ](https://togithub.com/prometheus/client_golang/pull/1444 )l/1444
* @​jcass8695 made their first
contributi[https://github.com/prometheus/client_golang/pull/1503 ](https://togithub.com/prometheus/client_golang/pull/1503 )l/1503
* @​leonnicolas made their first
contributi[https://github.com/prometheus/client_golang/pull/1424 ](https://togithub.com/prometheus/client_golang/pull/1424 )l/1424
* @​fatsheep9146 made their first
contributi[https://github.com/prometheus/client_golang/pull/1471 ](https://togithub.com/prometheus/client_golang/pull/1471 )l/1471
* @​abbyssoul made their first
contributi[https://github.com/prometheus/client_golang/pull/1544 ](https://togithub.com/prometheus/client_golang/pull/1544 )l/1544
* @​swar8080 made their first
contributi[https://github.com/prometheus/client_golang/pull/1537 ](https://togithub.com/prometheus/client_golang/pull/1537 )l/1537
* @​huwcbjones made their first
contributi[https://github.com/prometheus/client_golang/pull/1555 ](https://togithub.com/prometheus/client_golang/pull/1555 )l/1555
* @​marcosnils made their first
contributi[https://github.com/prometheus/client_golang/pull/1534 ](https://togithub.com/prometheus/client_golang/pull/1534 )l/1534
* @​vesari made their first
contributi[https://github.com/prometheus/client_golang/pull/1559 ](https://togithub.com/prometheus/client_golang/pull/1559 )l/1559
**Full Changelog**:
https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.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://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
2024-08-20 09:10:02 -07:00