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
semconv_grouped_metrics
Try excluding v8js namespace
params: excluded_namespaces: [v8js] templates: - pattern: semantic_metrics.j2 filter: > semconv_grouped_metrics({ "exclude_root_namespace": $excluded_namespaces })
As a result, v8js metrics will be generated in the file veightjs - since that's what is used in the group name.
veightjs
use excluded_namespaces: [v8js, veightjs]
excluded_namespaces: [v8js, veightjs]
(v8js is still needed because for attribute, root namespace is determined correctly)
v8js
Expected behavior Group ID is not used to determine root namespace
Additional context open-telemetry/semantic-conventions#1314
The text was updated successfully, but these errors were encountered:
Same problem on events + both use group id to filter deprecated things:
https://github.com/open-telemetry/weaver/blob/4886aaf17e0f6b6d0725add2f3f793d25dd448ad/defaults/jq/semconv.jq#L70C20-L70C23
Sorry, something went wrong.
No branches or pull requests
Try excluding v8js namespace
As a result, v8js metrics will be generated in the file
veightjs
- since that's what is used in the group name.Workaround
use
excluded_namespaces: [v8js, veightjs]
(
v8js
is still needed because for attribute, root namespace is determined correctly)Expected behavior
Group ID is not used to determine root namespace
Additional context
open-telemetry/semantic-conventions#1314
The text was updated successfully, but these errors were encountered: