Hey all, I was trying to integrate prometheus into...
# support
r
Hey all, I was trying to integrate prometheus into Signoz however upon configuring receiver in otel-metrics configmap. I am getting the below error. What am I missing here ?
Copy code
2024-03-20T04:25:37.627Z	warn	internal/transaction.go:123	Failed to scrape Prometheus endpoint	{"kind": "receiver", "name": "prometheus", "data_type": "metrics", "scrape_timestamp": 1710908737626, "target_labels": "{__name__=\"up\", instance=\"127.0.0.1:8080\", job=\"circle-prom\"}"}
p
otelcol-metrics is trying to scrape the metrics from
127.0.0.1:8080
Replace the endpoint with the correct reachable one.
1
r
Thanks @Prashant Shahi now I am able to scrape but not able to run promql in dashboard. It is saying No data
p
Either the specified metrics is not scraped or the query is incorrect
Btw, did you get to have a look at our docs? https://signoz.io/docs/userguide/manage-dashboards-and-panels/