Hi,I have a kubernetes application that stores met...
# general
a
Hi,I have a kubernetes application that stores metrics in prometheus. I instlled signoz in the cluster using Helm. I would like to export those metrics in the signoz UI using custom Dash board. Is this functionality available with free version of signoz? I followed this doc https://signoz.io/docs/userguide/send-metrics/#enable-a-prometheus-receiver and configured my prometheus server ip in the targets section of receivers in my-release-signoz-otel-collector-metrics configmap. When I try a new custom dashboard with the metric "container_cpu_usage_seconds_total" from PromQL, it is showing No Data. Please help me here.
s
It’s available in the free version. Are the metrics being successfully scraped? You could confirm this by using the query builder. If the metric name shows up, it could be the query.
a
I don't see this metric in the query builder. I added the scrape config as below
s
configured my prometheus server ip in the targets section of receivers in my-release-signoz-otel-collector-metrics configmap
Did you mean the Prometheus endpoint, which exposes metrics, or the Prometheus server?
a
This is the prometheus server pod ip and port.
s
These are scrape jobs i.e this is like Prometheus server scraping form the endpoint.