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
otel_scope_info and target_info should now only be generated when scope attributes and resource attributes are non-empty.
From open-telemetry/opentelemetry-specification#3660:
Prometheus exporters SHOULD generate an Info-typed metric named otel_scope_info for each Instrumentation Scope with non-empty scope attributes.
otel_scope_info
In SDK Prometheus (pull) exporters, resource attributes SHOULD be converted to a single target_info metric if the resource is not empty;
target_info
The text was updated successfully, but these errors were encountered:
feat: omit empty otel_scope_info and otel_target_info metrics (#1428)
1a3f368
Fixes #1282 * omit otel_scope_info and otel_target_info metrics when scope attributes and resource attributes are empty. * Update `CHANGELOG.md`
Successfully merging a pull request may close this issue.
Description
otel_scope_info and target_info should now only be generated when scope attributes and resource attributes are non-empty.
From open-telemetry/opentelemetry-specification#3660:
The text was updated successfully, but these errors were encountered: