-
Hi Team, This time I was trying to get the metrics for kubernetes-apiserver from AWS EKS. My first attempt was to use this
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
LGTM, but you need to remove the following section. That label isn't set since you scrape from a static endpoint, not a discovered pod
Also, keep in mind that it'll scrape all the metrics exposed by the k8s API while BTW this Q should be raised in https://github.com/signalfx/splunk-otel-collector-chart, not in this repo |
Beta Was this translation helpful? Give feedback.
@jvijayan6
LGTM, but you need to remove the following section. That label isn't set since you scrape from a static endpoint, not a discovered pod
Also, keep in mind that it'll scrape all the metrics exposed by the k8s API while
smartagent/kubernetes-apiserver
scrapes only the metrics marked as defaults. If you want to reduce the metrics set, you'd need to apply somemetric_relabel_configs
to drop what you don't need.BTW this Q should be raised in https://github.com/signalfx/splunk-otel-collector-chart, not in this repo