Skip to content
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

Support exporting internal Tempo traces via OTLP exporter when use_otel_tracer is enabled. #4028

Conversation

andreasgerstmayr
Copy link
Contributor

@andreasgerstmayr andreasgerstmayr commented Aug 29, 2024

What this PR does:
Support exporting internal Tempo traces via OTLP exporter when use_otel_tracer is enabled.
Example environment variables to configure OTLP export:

OTEL_TRACES_EXPORTER=otlp
OTEL_EXPORTER_OTLP_ENDPOINT=http://agent:4318

Which issue(s) this PR fixes:
Precursor of #3646

Checklist

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

…tel_tracer` is enabled.

Example environment variables to configure OTLP export:
```
OTEL_TRACES_EXPORTER=otlp
OTEL_EXPORTER_OTLP_ENDPOINT=http://agent:4318
```

Signed-off-by: Andreas Gerstmayr <[email protected]>
@andreasgerstmayr andreasgerstmayr force-pushed the support-otlp-export-of-internal-traces branch from e39a36c to f38fcb0 Compare August 29, 2024 08:26
Signed-off-by: Andreas Gerstmayr <[email protected]>
@andreasgerstmayr andreasgerstmayr force-pushed the support-otlp-export-of-internal-traces branch from 4df9ad7 to cb9fa4c Compare August 29, 2024 09:23
Copy link
Member

@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.

lgtm, thx andreas!

@joe-elliott joe-elliott merged commit 764733b into grafana:main Aug 29, 2024
16 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.

2 participants