Skip to content

Update OTEL Collector to v0.122.1 #4893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 26, 2025
Merged

Conversation

javiermolinar
Copy link
Contributor

@javiermolinar javiermolinar commented Mar 24, 2025

What this PR Does

  • Updates the OpenTelemetry (Otel) collector to v0.122.1
  • Updates receivers and processors to v0.122.0

Breaking Changes

OpenTelemetry now enforces strict matching between receiver/exporter type and factory type. This is implemented here.

Receiver Name Changes

Receiver names are now more specific:

  • Before: tempo/jaeger_receiver
  • After: jaeger/jaeger_receiver

Impact: This changes the name dimension for the following metrics:

  • tempo_receiver_accepted_span
  • tempo_receiver_refused_spans

Other Changes

Tempo Query

Internal reference updates:

  • Removed references:
    • "github.com/jaegertracing/jaeger/plugin/storage/grpc/shared"
    • "jaeger_spanstore "github.com/jaegertracing/jaeger/storage/spanstore"

Translator/Jaeger

  • jaegerTrans.ThriftToTraces(batch) now accepts batches of type *jaeger.Batch

Jaeger proto and models

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@javiermolinar javiermolinar changed the title update otel Update OTEL Collector to v0.122.1 Mar 26, 2025
@javiermolinar javiermolinar marked this pull request as ready for review March 26, 2025 11:48
Copy link
Contributor

@mapno mapno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@joe-elliott joe-elliott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a changelog entry and note the breaking change?

nice work

@javiermolinar javiermolinar merged commit 2a86925 into grafana:main Mar 26, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants