Hi support
We experience weird behavior on our prometheus scraper for counter metrics.
There appear to be sudden spikes (which we don't see on Prometheus).
In attachment you can see the exact same query from SigNoz compared to Prometheus:
any guidance on whether this is normal or not? How can we resolve this and get the same results?
p
Prashant Shahi
01/22/2025, 12:49 PM
cc @Srikanth Chekuri
s
Srikanth Chekuri
01/24/2025, 1:40 PM
Please share the full query used in both.
m
Matti
01/24/2025, 1:43 PM
just a simple
sum(problem_total{customer='xyz'}) by (customer)
Matti
01/24/2025, 1:44 PM
is there a guideline for fetching prometheus metrics with otel? per default the pod labels are not honored for example
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.