SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
18.29k stars 1.17k forks source link

issue about k8s metric #2440

Open srikanthccv opened 1 year ago

srikanthccv commented 1 year ago

Discussed in https://github.com/SigNoz/signoz/discussions/2439

Originally posted by **ufoac** March 10, 2023 I've been trying to expose metrics from k8s to SigNoz, strictly followed by https://signoz.io/docs/tutorial/kubernetes-infra-metrics/#list-of-metrics Everything goes well, except some types of container/pod metrics are missing, such as **container_memory_usage**, **container_cpu_utilization**, while **k8s_container_memory_request** **k8s_container_cpu_limit** **system_xx** ... are correctly observed in the dashboard. This has bothered me for a while. Any help would be appreciated.
AlawnWong commented 1 year ago

I meet the same problem.