Evgeny Lundberg
100 * (1 - (avg by(host_name) (irate(system_cpu_time{state="idle"}[5m]))))
SELECT
host_name,
100 * (1 - avg(system_cpu_time_idle) / avg(system_cpu_time_total)) AS idle_cpu_percentage
FROM
signoz_metrics.time_serie_v2
WHERE
datetime >= now() - INTERVAL 5 MINUTE
GROUP BY
host_name
Slackbot
Chris A
{"level":"\u001b[31mFATAL\u001b[0m","timestamp":"2025-02-18T15:53:09.362Z","caller":"query-service/main.go:98","msg":"Failed to create signoz struct","error":"cannot access web directory: stat /etc/signoz/web: no such file or directory","stacktrace":"main.go:98\nruntime.main\n\t/opt/homebrew/Cellar/go/1.23.1/libexec/src/runtime/proc.go:272"}
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.