Conversation
ℹ Artifact update noticeFile name: cmd/mdatagen/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: component/componenttest/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: config/configgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: config/confighttp/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: config/confighttp/xconfighttp/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/exporterhelper/xexporterhelper/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/zpagesextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: internal/telemetry/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pdata/xpdata/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: processor/batchprocessor/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: processor/memorylimiterprocessor/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: processor/processorhelper/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/otlpreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/receiverhelper/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: scraper/scraperhelper/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: service/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13289 +/- ##
==========================================
- Coverage 91.62% 91.59% -0.04%
==========================================
Files 522 522
Lines 29111 29111
==========================================
- Hits 26674 26664 -10
- Misses 1922 1929 +7
- Partials 515 518 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e0557aa to
3dd8da7
Compare
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Downgrades opentelemetry-go dependencies effectively reverting #13289 and others ### ❗ Known Issues ❗ - Due to a [bug](open-telemetry/opentelemetry-go#7039) in the prometheus exporter, if you are configuring a prometheus exporter, the collector's internal metrics will be emitted with an unexpected suffix in its name. For example, the metric `otelcol_exporter_sent_spans__spans__total` instead of `otelcol_exporter_sent_spans_total`. The workaround is to manually configure `without_units: true` in your prometheus exporter config ```yaml service: telemetry: metrics: readers: - pull: exporter: prometheus: host: 0.0.0.0 port: 8888 without_units: true ``` If you are using the collector's default Prometheus exporter for exporting internal metrics you are unaffected. --------- Signed-off-by: alex boten <223565+codeboten@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>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Downgrades opentelemetry-go dependencies effectively reverting open-telemetry#13289 and others - Due to a [bug](open-telemetry/opentelemetry-go#7039) in the prometheus exporter, if you are configuring a prometheus exporter, the collector's internal metrics will be emitted with an unexpected suffix in its name. For example, the metric `otelcol_exporter_sent_spans__spans__total` instead of `otelcol_exporter_sent_spans_total`. The workaround is to manually configure `without_units: true` in your prometheus exporter config ```yaml service: telemetry: metrics: readers: - pull: exporter: prometheus: host: 0.0.0.0 port: 8888 without_units: true ``` If you are using the collector's default Prometheus exporter for exporting internal metrics you are unaffected. --------- Signed-off-by: alex boten <223565+codeboten@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>
cherry-pick of d82267d `go.opentelemetry.io/otel/exporters/prometheus v0.59.1` does not fully fix the metric name issue so we have to revert to v0.58.0 Downgrades opentelemetry-go dependencies effectively reverting #13289 and others - Due to a [bug](open-telemetry/opentelemetry-go#7039) in the prometheus exporter, if you are configuring a prometheus exporter, the collector's internal metrics will be emitted with an unexpected suffix in its name. For example, the metric `otelcol_exporter_sent_spans__spans__total` instead of `otelcol_exporter_sent_spans_total`. The workaround is to manually configure `without_units: true` in your prometheus exporter config ```yaml service: telemetry: metrics: readers: - pull: exporter: prometheus: host: 0.0.0.0 port: 8888 without_units: true ``` If you are using the collector's default Prometheus exporter for exporting internal metrics you are unaffected. Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com> Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com> Co-authored-by: alex boten <223565+codeboten@users.noreply.github.com>
This PR contains the following updates:
v1.36.0->v1.37.0v0.12.2->v0.13.0v0.0.0-20250526142609-aa5bd0e64989->v0.13.0v1.36.0->v1.37.0v1.36.0->v1.37.0v1.36.0->v1.37.0v1.36.0->v1.37.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.37.0: /v0.59.0/v0.13.0Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.33.0package.The package contains semantic conventions from the
v1.33.0version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.32.0.(#6799)go.opentelemetry.io/otel/semconv/v1.34.0package.The package contains semantic conventions from the
v1.34.0version of the OpenTelemetry Semantic Conventions. (#6812)otel_scope_schema_urllabel ingo.opentelemetry.io/otel/exporters/prometheus. (#5947)otel_scope_[attribute]labels ingo.opentelemetry.io/otel/exporters/prometheus. (#5947)EventNametoEnabledParametersingo.opentelemetry.io/otel/log. (#6825)EventNametoEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6825)go.opentelemetry.io/otel/exporters/prometheusmetric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#6839)Changed
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/bridge/opentracing. (#6827)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/exporters/zipkin. (#6829)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/metric. (#6832)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/sdk/resource. (#6834)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/sdk/trace. (#6835)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/trace. (#6836)Record.Resourcenow returns*resource.Resourceinstead ofresource.Resourceingo.opentelemetry.io/otel/sdk/log. (#6864)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6898)Fixed
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#6710)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6710)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#6710)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6710)go.opentelemetry.io/otel/exporters/prometheus. (#6822)go.opentelemetry.io/otel/sdk/metric. (#6914)Removed
go.opentelemetry.io/otel/exporters/prometheusno longer exportsotel_scope_infometric. (#6770)What's Changed
45338d2by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6807f0acec6by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6810semconv/v1.33.0by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/6799200df99by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6843b2b9eeaby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/684425d2f78by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/685165e9200by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6859b6e5de4by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6860exporter/prometheusto match otel-contrib by @alexandreLamarre in https://github.com/open-telemetry/opentelemetry-go/pull/6839513f239by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/68679a9ac21by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/686560998feby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/68804884adeby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6886473d423by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6889faae1a8by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/68919627e99by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6896ec7d08eby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6894e50bbf1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/69008f04292by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6910b7579e2by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/691790b6ad3by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6918513f239by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6922fef9409by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6929New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.36.0...v1.37.0
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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.