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
The text was updated successfully, but these errors were encountered:
The SDK MUST provide configuration according to the SDK environment variables specification.
From https://github.com/open-telemetry/opentelemetry-specification/blob/v1.21.0/specification/configuration/sdk-environment-variables.md:
SDKs MAY choose to allow configuration via the environment variables in this specification, but are not required to.
Therefore, the most important thing is to check if there are no environment variable is marked as stable which is not defined in https://github.com/open-telemetry/opentelemetry-specification/blob/v1.21.0/specification/configuration/sdk-environment-variables.md and if the defined env vars are implemented as specified.
Following metrics related env vars are defined:
OTEL_METRICS_EXPORTER
OTEL_METRICS_EXEMPLAR_FILTER
OTEL_METRIC_EXPORT_INTERVAL
OTEL_METRIC_EXPORT_TIMEOUT
I do not find any env vars that would make https://pkg.go.dev/go.opentelemetry.io/otel/sdk/metric@v0.39.0 not compliant with the specification.
Sorry, something went wrong.
It looks like we comply with this fragment of the specification.
@MrAlias Can you please double-check and close if you agree with my verification?
LGTM
pellared
MrAlias
No branches or pull requests
The text was updated successfully, but these errors were encountered: