-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[receiver/prometheus] Add support for otel_scope_<attribute-name> labels #41502
Copy link
Copy link
Closed
Labels
component-stability-phase-1Part of the Phase 1 Component Stability Project.Part of the Phase 1 Component Stability Project.enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednever staleIssues marked with this label will be never staled and automatically removedIssues marked with this label will be never staled and automatically removedreceiver/prometheusPrometheus receiverPrometheus receiver
Metadata
Metadata
Assignees
Labels
component-stability-phase-1Part of the Phase 1 Component Stability Project.Part of the Phase 1 Component Stability Project.enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednever staleIssues marked with this label will be never staled and automatically removedIssues marked with this label will be never staled and automatically removedreceiver/prometheusPrometheus receiverPrometheus receiver
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Status
Done
In #41456 and #41488, we added support for
otel_scope_name,otel_scope_versionandotel_scope_schema_url.The remaining part is support for labels containing OTel scope attributes in
otel_scope_<attribute-name>form. That part is a bit more involved.See open-telemetry/opentelemetry-go#5947 for how it's generated now.