OTel Weaver lets you easily develop, validate, document, and deploy semantic conventions
55
stars
19
forks
source link
`semconv_grouped_metrics` group by root namespace uses group.id instead of metric_name to determine root namespace #289
Open
lmolkova opened 3 months ago
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 https://github.com/open-telemetry/semantic-conventions/pull/1314