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
Hello Folks, I installed inside our AKS the opentelemetry colector helm chart. We have being using it to send logs from services into splunk si far. Now I had configured the kubeletMetrics: enabled: true so to also get metrics from pods and nodes
and configured the kubeletstat this way to get those metrics
Hello Folks, I installed inside our AKS the opentelemetry colector helm chart. We have being using it to send logs from services into splunk si far. Now I had configured the
kubeletMetrics: enabled: true
so to also get metrics from pods and nodesand configured the kubeletstat this way to get those metrics
I´m getting in splunk metrics like:
metric_name:k8s.pod.memory.usage
andmetric_name:k8s.pod.cpu.utilization
ormetric_name:system.memory.usage
(among others) but all related to pods and container or system. I can´t see those for the nodes. am I missing something? according to the doc node metrics should also be there: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/kubeletstatsreceiver/documentation.mdwhat else should I be configuring or I could be missing? thank you!
The text was updated successfully, but these errors were encountered: