build(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.23.1
Bumps go.opentelemetry.io/otel from 1.19.0 to 1.23.1.
Release notes
Sourced from go.opentelemetry.io/otel's releases.
Release v1.23.0-rc.1
This is a release candidate for the v1.23.0 release. That release is expected to include the
v1release of the following modules:
go.opentelemetry.io/otel/bridge/opencensusgo.opentelemetry.io/otel/bridge/opencensus/testgo.opentelemetry.io/otel/example/opencensusgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpgo.opentelemetry.io/otel/exporters/stdout/stdoutmetricSee our versioning policy for more information about these stability guarantees.
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.23.1] 2024-02-07
Fixed
- Register all callbacks passed during observable instrument creation instead of just the last one multiple times in
go.opentelemetry.io/otel/sdk/metric. (#4888)[1.23.0] 2024-02-06
This release contains the first stable,
v1, release of the following modules:
go.opentelemetry.io/otel/bridge/opencensusgo.opentelemetry.io/otel/bridge/opencensus/testgo.opentelemetry.io/otel/example/opencensusgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpgo.opentelemetry.io/otel/exporters/stdout/stdoutmetricSee our versioning policy for more information about these stability guarantees.
Added
- Add
WithEndpointURLoption to theexporters/otlp/otlpmetric/otlpmetricgrpc,exporters/otlp/otlpmetric/otlpmetrichttp,exporters/otlp/otlptrace/otlptracegrpcandexporters/otlp/otlptrace/otlptracehttppackages. (#4808)- Experimental exemplar exporting is added to the metric SDK. See metric documentation for more information about this feature and how to enable it. (#4871)
ErrSchemaURLConflictis added togo.opentelemetry.io/otel/sdk/resource. This error is returned when a merge of twoResources with different (non-empty) schema URL is attempted. (#4876)Changed
- The
MergeandNewfunctions ingo.opentelemetry.io/otel/sdk/resourcenow returns a partial result if there is a schema URL merge conflict. Instead of returningnilwhen twoResources with different (non-empty) schema URLs are merged the mergedResource, along with the newErrSchemaURLConflicterror, is returned. It is up to the user to decide if they want to use the returnedResourceor not. It may have desired attributes overwritten or include stale semantic conventions. (#4876)Fixed
- Fix
ContainerIDresource detection on systemd when cgroup path has a colon. (#4449)- Fix
go.opentelemetry.io/otel/sdk/metricto cache instruments to avoid leaking memory when the same instrument is created multiple times. (#4820)- Fix missing
MixandMaxvalues forgo.opentelemetry.io/otel/exporters/stdout/stdoutmetricby introducingMarshalTextandMarshalJSONfor theExtrematype ingo.opentelemetry.io/sdk/metric/metricdata. (#4827)[1.23.0-rc.1] 2024-01-18
This is a release candidate for the v1.23.0 release. That release is expected to include the
v1release of the following modules:
go.opentelemetry.io/otel/bridge/opencensusgo.opentelemetry.io/otel/bridge/opencensus/testgo.opentelemetry.io/otel/example/opencensusgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
... (truncated)
Commits
c5b112fRelease v1.23.1/v0.43.2 (#4892)11ebd19Fix callback registration bug (#4888)e3eb3f7Release v1.23.0/v0.45.1 (#4885)eabcef4Return merged Resource on schema conflict (#4876)2c7761dBump benchmark-action/github-action-benchmark from 1.19.2 to 1.19.3 (#4883)f4e1e04Bump lycheeverse/lychee-action from 1.9.2 to 1.9.3 (#4882)569854esdk/metric/metricdata: Add MarshalJSON for Extrema (#4827)242d23aRemove the Flush method from Exemplar (#4873)fecb92eAdd the experimental exemplar feature (#4871)d9d9507stdouttrace: Refine example (#4872)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)