Remove deprecated component routingprocessor#42154
Merged
bogdandrutu merged 1 commit intoAug 21, 2025
Merged
Conversation
3600e9a to
23d28fc
Compare
songy23
approved these changes
Aug 20, 2025
23d28fc to
a4212de
Compare
mwear
approved these changes
Aug 21, 2025
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
a4212de to
6b6f5af
Compare
This was referenced Aug 25, 2025
dd-mergequeue Bot
pushed a commit
to DataDog/datadog-agent
that referenced
this pull request
Aug 26, 2025
### What does this PR do? remove deprecated otel routing processor ### Motivation The routing processor has been deprecated and removed in upstream: open-telemetry/opentelemetry-collector-contrib#42154
RonFed
added a commit
to odigos-io/odigos
that referenced
this pull request
Oct 26, 2025
Bump the collector dependencies to v1.44/v0.138. The main motivation for this upgrade is to have the latest `pdata` performance improvements around memory allocation and re-using allocated objects. ### Deprecations * loki exporter is deprecated: open-telemetry/opentelemetry-collector-contrib#41413. . https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ The loki exporter is kept in the collector build to allow users to still use these destinations - but we should follow up with changing the destinations to use the modern OTLP variant. * opencensus exporter is deprecated open-telemetry/opentelemetry-collector-contrib#42239 * routingprocessor is deprecated open-telemetry/opentelemetry-collector-contrib#42154 ### Upstream bug fixes: * Removed the untis from metrics name open-telemetry/opentelemetry-go#7039 - this impacts the self metrics we report to the UI - the names are ajusted.
RonFed
added a commit
to RonFed/odigos_fork
that referenced
this pull request
Oct 26, 2025
Bump the collector dependencies to v1.44/v0.138. The main motivation for this upgrade is to have the latest `pdata` performance improvements around memory allocation and re-using allocated objects. * loki exporter is deprecated: open-telemetry/opentelemetry-collector-contrib#41413. . https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ The loki exporter is kept in the collector build to allow users to still use these destinations - but we should follow up with changing the destinations to use the modern OTLP variant. * opencensus exporter is deprecated open-telemetry/opentelemetry-collector-contrib#42239 * routingprocessor is deprecated open-telemetry/opentelemetry-collector-contrib#42154 * Removed the untis from metrics name open-telemetry/opentelemetry-go#7039 - this impacts the self metrics we report to the UI - the names are ajusted.
RonFed
added a commit
to RonFed/odigos_fork
that referenced
this pull request
Oct 27, 2025
Bump the collector dependencies to v1.44/v0.138. The main motivation for this upgrade is to have the latest `pdata` performance improvements around memory allocation and re-using allocated objects. * loki exporter is deprecated: open-telemetry/opentelemetry-collector-contrib#41413. . https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ The loki exporter is kept in the collector build to allow users to still use these destinations - but we should follow up with changing the destinations to use the modern OTLP variant. * opencensus exporter is deprecated open-telemetry/opentelemetry-collector-contrib#42239 * routingprocessor is deprecated open-telemetry/opentelemetry-collector-contrib#42154 * Removed the untis from metrics name open-telemetry/opentelemetry-go#7039 - this impacts the self metrics we report to the UI - the names are ajusted.
RonFed
added a commit
to RonFed/odigos_fork
that referenced
this pull request
Oct 27, 2025
Bump the collector dependencies to v1.44/v0.138. The main motivation for this upgrade is to have the latest `pdata` performance improvements around memory allocation and re-using allocated objects. * loki exporter is deprecated: open-telemetry/opentelemetry-collector-contrib#41413. . https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ The loki exporter is kept in the collector build to allow users to still use these destinations - but we should follow up with changing the destinations to use the modern OTLP variant. * opencensus exporter is deprecated open-telemetry/opentelemetry-collector-contrib#42239 * routingprocessor is deprecated open-telemetry/opentelemetry-collector-contrib#42154 * Removed the untis from metrics name open-telemetry/opentelemetry-go#7039 - this impacts the self metrics we report to the UI - the names are ajusted.
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.
It has been more than 6 months since deprecated, time to be deleted.
Closes #19739