Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignalFx FetchAllHostMetrics returns FQDN node names #32

Closed
zorro786 opened this issue Sep 2, 2021 · 0 comments · Fixed by #35
Closed

SignalFx FetchAllHostMetrics returns FQDN node names #32

zorro786 opened this issue Sep 2, 2021 · 0 comments · Fixed by #35
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@zorro786
Copy link
Contributor

zorro786 commented Sep 2, 2021

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.

@zorro786 zorro786 added bug Something isn't working enhancement New feature or request labels Sep 2, 2021
@zorro786 zorro786 added this to the v0.2.0 milestone Sep 2, 2021
@zorro786 zorro786 self-assigned this Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant