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
The receiver emits multiple resource metrics for each line in HAProxy stats. But they are all emitted with the same resource with only one attribute haproxy.addr set to the configured endpoint. proxy_name and service_name resource attributes (btw the names are also incorrect from OTel semantics perspective) are also supposed to be set, but they are marked as optional in metadata.yaml, so they are ignored by default.
The text was updated successfully, but these errors were encountered:
…esources by default (#24923)
This is done by enabling and renaming the following resource attributes:
- `proxy_name` -> `haproxy.proxy_name`
- `service_name` -> `haproxy.service_name`
Fixes#24921
The receiver emits multiple resource metrics for each line in HAProxy stats. But they are all emitted with the same resource with only one attribute
haproxy.addr
set to the configured endpoint.proxy_name
andservice_name
resource attributes (btw the names are also incorrect from OTel semantics perspective) are also supposed to be set, but they are marked as optional in metadata.yaml, so they are ignored by default.The text was updated successfully, but these errors were encountered: