Update All OTEL Collector packages#7287
Merged
yurishkuro merged 4 commits intojaegertracing:mainfrom Jul 19, 2025
Merged
Conversation
347844b to
8972693
Compare
8972693 to
8f91359
Compare
8f91359 to
6e9717f
Compare
6e9717f to
8f370b5
Compare
8f370b5 to
02ee0c7
Compare
02ee0c7 to
7cfd7d0
Compare
7cfd7d0 to
22d1c66
Compare
22d1c66 to
12f7bd9
Compare
12f7bd9 to
01ef6d4
Compare
01ef6d4 to
fc900ae
Compare
fc900ae to
cbc06b3
Compare
cbc06b3 to
9cab500
Compare
8ad6f35 to
bc073f7
Compare
Signed-off-by: Mend Renovate <bot@renovateapp.com>
bc073f7 to
5eddc6e
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Signed-off-by: Yuri Shkuro <github@ysh.us>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7287 +/- ##
==========================================
- Coverage 96.46% 96.44% -0.03%
==========================================
Files 378 378
Lines 22910 22910
==========================================
- Hits 22101 22096 -5
- Misses 612 616 +4
- Partials 197 198 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
yurishkuro
approved these changes
Jul 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.35.0->v1.36.0v1.35.0->v1.36.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v1.35.0->v1.36.0v1.35.0->v1.36.0v0.129.0->v0.130.0v1.35.0->v1.36.0v1.35.0->v1.36.0v1.35.0->v1.36.0v1.35.0->v1.36.0v1.35.0->v1.36.0v1.35.0->v1.36.0v1.35.0->v1.36.0v1.35.0->v1.36.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v1.35.0->v1.36.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v1.35.0->v1.36.0v0.129.0->v0.130.0v0.129.0->v0.130.0v1.35.0->v1.36.0v0.129.0->v0.130.0v1.35.0->v1.36.0v0.129.0->v0.130.0v1.35.0->v1.36.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v0.129.0->v0.130.0v1.35.0->v1.36.0v0.129.0->v0.130.0v0.129.0->v0.130.0Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/client)
v1.36.0❗ Known Issues ❗
Due to a bug 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__totalinstead ofotelcol_exporter_sent_spans_total. The workaround is to manually configurewithout_units: truein your prometheus exporter configIf you are using the collector's default Prometheus exporter for exporting internal metrics you are unaffected.
🛑 Breaking changes 🛑
exporter/otlp: Remove deprecated batcher config from OTLP, use queuebatch (#13339)💡 Enhancements 💡
exporterhelper: Enable items and bytes sizers for persistent queue (#12881)exporterhelper: Refactor persistent storage size backup to always record it. (#12890)exporterhelper: Add support to configure a different Sizer for the batcher than the queue (#13313)yaml: Replacedsigs.k8s.io/yamlwithgo.yaml.in/yamlfor improved support and long-term maintainability. (#13308)🧰 Bug fixes 🧰
exporterhelper: Fix exporter.PersistRequestContext feature gate (#13342)exporterhelper: Preserve all metrics metadata when batch splitting. (#13236)Previously, when large batches of metrics were processed, the splitting logic in
metric_batch.gocouldcause the
namefield of some metrics to disappear. This fix ensures that all metric fields areproperly preserved when
metricRequestobjects are split.service: Default internal metrics config now enablesotel_scope_labels (#12939, #13344)By default, the Collector exports its internal metrics using a Prometheus
exporter from the opentelemetry-go repository. With this change, the Collector
no longer sets "without_scope_info" to true in its configuration.
This means that all exported metrics will have
otel_scope_name,otel_scope_schema_url, andotel_scope_versionlabels corresponding to theinstrumentation scope metadata for that metric.
This notably prevents an error when multiple metrics are only distinguished
by their instrumentation scopes and end up aliased during export.
If this is not desired behavior, a Prometheus exporter can be explicitly
configured with this option enabled.
Configuration
📅 Schedule: Branch creation - "on the first day of the month" (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.