https://signoz.io
Join Slack
Hi, can you please provide some assistance on converting PromQL to Clickhouse query? My Clickhouse q...
e

Evgeny Lundberg

over 1 year ago
Hi, can you please provide some assistance on converting PromQL to Clickhouse query? My Clickhouse queries are not returning any data. For start I would like to receive CPU usage for all hosts in a table:
100 * (1 - (avg by(host_name) (irate(system_cpu_time{state="idle"}[5m]))))
But this does not returning anything:
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
e
s
  • 2
  • 14
  • 32
This message was deleted.
s

Slackbot

over 1 year ago
This message was deleted.
signoz-otel-colletor-error.log
s
s
k
  • 3
  • 7
  • 32
This message was deleted.
s

Slackbot

over 1 year ago
This message was deleted.
s
a
s
  • 3
  • 2
  • 32
This message was deleted.
s

Slackbot

almost 2 years ago
This message was deleted.
✅ 1
s
p
  • 2
  • 1
  • 32
This message was deleted.
s

Slackbot

almost 2 years ago
This message was deleted.
s
p
+2
  • 4
  • 6
  • 32
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
n
n
  • 3
  • 7
  • 32
This message was deleted.
s

Slackbot

about 3 years ago
This message was deleted.
s
p
j
  • 3
  • 3
  • 32
This message was deleted.
s

Slackbot

over 3 years ago
This message was deleted.
✅ 1
s
p
+2
  • 4
  • 9
  • 32
This message was deleted.
s

Slackbot

almost 4 years ago
This message was deleted.
s
p
+2
  • 4
  • 37
  • 32
I'm getting some issues trying to run Query Service locally since updating to v0.72 OSS version, ru...
c

Chris A

7 months ago
I'm getting some issues trying to run Query Service locally since updating to v0.72 OSS version, running locally with compiled version (not via Docker). Get the following error:
{"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"}
c
n
  • 2
  • 8
  • 31
Previous656667Next

SigNoz Community

SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.

Powered by