newrelic / nri-haproxy

New Relic Infrastructure HAproxy Integration
MIT License
1 stars 9 forks source link

`clusterName` metric attribute collides with Kubernetes' #28

Closed roobre closed 3 years ago

roobre commented 3 years ago

Description

HAProxy integration writes the name of the HAProxy cluster as a clusterName attribute in metrics. However, this label is also used by the Kubernetes integrations to annotate the Cluster name in which an integration is running. This causes the latter to shadow the former.

Expected Behavior

HAproxy ClusterName and Kubernetes ClusterName should be reported as different attributes.

Steps to Reproduce

Run the HAProxy integration in Kubernetes.