https://signoz.io logo
r

Raghu

08/25/2022, 9:13 PM
I don't see it working when I changed my configmap "kubectl describe configmap my-release-signoz-otel-collector-metrics -n platform" as described in the link
Copy code
prometheus:
    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?
p

Pranay

08/26/2022, 4:02 AM
@Prashant Shahi do you have ideas on what may be going wrong here?
p

Prashant Shahi

08/26/2022, 8:54 AM
Hey @Raghu 👋 Are you sure the
localhost:8080
is accurate? I think it should be the name of the service associated to the pod which is exporting metrics.