Raghu
08/25/2022, 9:13 PMprometheus:
config:
scrape_configs:
- job_name: otel-collector
scrape_interval: 30s
static_configs:
- targets:
- my-release-signoz-otel-collector:8889
- localhost:8080
I use promql to check the metrics, but do not see anything in UI. Am I missing something?Pranay
08/26/2022, 4:02 AMPrashant Shahi
08/26/2022, 8:54 AMlocalhost:8080
is accurate?
I think it should be the name of the service associated to the pod which is exporting metrics.