I don't see it working when I changed my configmap...
# support
r
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
@Prashant Shahi do you have ideas on what may be going wrong here?
p
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.