Update All OTEL Collector packages - autoclosed#7397
Conversation
Signed-off-by: Mend Renovate <bot@renovateapp.com>
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (41.37%) is below the target coverage (95.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## main #7397 +/- ##
===========================================
- Coverage 96.44% 41.37% -55.07%
===========================================
Files 375 201 -174
Lines 22951 12899 -10052
===========================================
- Hits 22135 5337 -16798
- Misses 617 7125 +6508
- Partials 199 437 +238
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:
|
Fixes #7398 ## Description of the changes - This pr resolves build issues in #7397 - Mainly changes due to how some parameters were passed were changed due to version upgrade - Some changes in tests as well. - i ran `REGENERATE_SNAPSHOTS=true make test` to update snapshots ## How was this change tested? - REGENERATE_SNAPSHOTS=true make test ## Checklist - [ ] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [ ] I have signed all commits - [ ] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: Harshil Gupta <harshilgupta1808@gmail.com>
This PR contains the following updates:
v1.36.1->v1.37.0v1.36.1->v1.37.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v1.36.1->v1.37.0v1.36.1->v1.37.0v0.130.1->v0.131.0v1.36.1->v1.37.0v1.36.1->v1.37.0v1.36.1->v1.37.0v1.36.1->v1.37.0v1.36.1->v1.37.0v1.36.1->v1.37.0v1.36.1->v1.37.0v1.36.1->v1.37.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v1.36.1->v1.37.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v1.36.1->v1.37.0v0.130.1->v0.131.0v0.130.1->v0.131.0v1.36.1->v1.37.0v0.130.1->v0.131.0v1.36.1->v1.37.0v0.130.1->v0.131.0v1.36.1->v1.37.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v0.130.1->v0.131.0v1.36.1->v1.37.0v0.130.1->v0.131.0v0.130.1->v0.131.0Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/client)
v1.37.0🛑 Breaking changes 🛑
confighttp: Moveconfighttp.framedSnappyfeature gate to beta. (#10584)💡 Enhancements 💡
exporter/debug: Move to alpha stability except profiles (#13487)exporterhelper: Enableexporter.PersistRequestContextfeature gate by default. (#13437)Request context is now preserved by default when using persistent queues.
Note that Auth extensions context is not propagated through the persistent queue.
pdata: Use pdatagen to generate marshalJSON without using gogo proto jsonpb. (#13450)otlpreceiver: Remove usage of gogo proto which uses reflect.Value.MethodByName. Removes one source of disabling DCE. (#12747)exporterhelper: Fix metrics split logic to consider metrics description into the size. (#13418)service: New pipeline instrumentation now differentiates internal failures from downstream errors (#13234)With the telemetry.newPipelineTelemetry feature gate enabled, the "received" and "produced"
metrics related to a component now distinguish between two types of errors:
error coming from a downstream component processing that data.
pdata: Remove usage of text/template from pdata, improves DCE. (#12747)architecture: New Tier 3 platform riscv64 allowing the collector to be built and distributed for this platform. (#13462)🧰 Bug fixes 🧰
exporterhelper: Prevents the exporter for being stuck when telemetry data is bigger than batch.max_size (#12893)mdatagen: Fix import paths for mdatagen component (#13069)otlpreceiver: Error handler correctly fallbacks to content type (#13414)pdata/pprofiles: Fix profiles JSON unmarshal logic for originalPayload. The bytes have to be base64 encoded. (#13483)xpdata: Fix unmarshaling JSON for entities, add e2e tests to avoid this in the future. (#13480)service: Downgrade dependency of prometheus exporter in OTel Go SDK (#13429)This fixes the bug where collector's internal metrics are emitted with an unexpected suffix in their names when users configure the service::telemetry::metrics::readers with Prometheus
service: Revert Default internal metrics config now enablesotel_scope_labels (#12939, #13344)Reverting change temporarily due to prometheus exporter downgrade. This unfortunately re-introduces the bug that instrumentation scope attributes cause errors in Prometheus exporter. Sehttps://github.com/open-telemetry/opentelemetry-collector/issues/1293939 for details.
builder: Remove undocumented handling ofDIST_*environment variables replacements (#13335)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.