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
In FetchAllHostMetrics() method implementation by SignalFx client, the query is done to fetch all the metrics from SignalFx server with FQDNs, as added by SignalFx to Kubernetes node names. For example,
Node name like "test" is stored with its FQDN as "test.gcp.us-central.com". We would like to strip the node name from this.
We need a filter per cluster to avoid conflicts across clusters when we strip, and also for better query performance.
The text was updated successfully, but these errors were encountered:
In
FetchAllHostMetrics()
method implementation by SignalFx client, the query is done to fetch all the metrics from SignalFx server with FQDNs, as added by SignalFx to Kubernetes node names. For example,Node name like "test" is stored with its FQDN as "test.gcp.us-central.com". We would like to strip the node name from this.
We need a filter per cluster to avoid conflicts across clusters when we strip, and also for better query performance.
The text was updated successfully, but these errors were encountered: