You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the OTel prometheus spec, resource attributes should be used to make a target_info metric:
In SDK Prometheus (pull) exporters, resource attributes SHOULD be converted to a single target_info metric; otherwise, they MUST be dropped, and MUST NOT be attached as labels to other metric families. The target_info metric MUST be an info-typed metric whose labels MUST include the resource attributes, and MUST NOT include any other labels. There MUST be at most one target_info metric exposed on an SDK Prometheus endpoint.
From the OTel prometheus spec, resource attributes should be used to make a
target_info
metric:The current implementation adds resource attributes to all metrics on the endpoint. The OpenMetrics spec says we can't do that:
The text was updated successfully, but these errors were encountered: