We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure to support OTEL_METRICS_EXPORTER and handle none, otlp, prometheus.
OTEL_METRICS_EXPORTER
none
otlp
prometheus
Reference https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#exporter-selection
The text was updated successfully, but these errors were encountered:
Is someone working on this, or is it open for a contribution?
Sorry, something went wrong.
It is open for contribution. Should I assign it to you @punya?
@MrAlias sure, thanks!
autoexport: Add support for metrics
4882056
Fixes open-telemetry#4131
80d77f8
#4472 will take care of handling prometheus
punya
Successfully merging a pull request may close this issue.
Make sure to support
OTEL_METRICS_EXPORTER
and handlenone
,otlp
,.prometheus
Reference https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#exporter-selection
The text was updated successfully, but these errors were encountered: