-
Notifications
You must be signed in to change notification settings - Fork 902
Description
We have lost some scope related attributes after a collector release.
In order to get the release out, we removed the assertions. We need to discuss in the next SIG meeting whether this is something that needs to be addressed further.
but could not find the following elements:
[key: "otel_scope_name"
value {
string_value: "test"
}
,
key: "otel_scope_version"
value {
string_value: "1.0.0"
}
]
Release notes: https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.131.0
Most likely related to:
service: Revert Default internal metrics config now enables otel_scope_ labels (open-telemetry/opentelemetry-collector#12939, open-telemetry/opentelemetry-collector#13344)
Reverting change temporarily due to prometheus exporter downgrade. This unfortunately re-introduces the bug that instrumentation scope attributes cause errors in Prometheus exporter. See open-telemetry/opentelemetry-collector#12939 for details.