Hi I have signoz + k8sinfra installed on several ...
# support
a
Hi I have signoz + k8sinfra installed on several AWS EKS clusters I can't understand why k8sinfra can't retrieve pod metrics. Dashboard "Pod metrics detailed" shows only straight lines... to try to debug, I've add this config to the k8sinfra values override file:
Copy code
otelAgent:
  config:
    receivers:
      kubeletstats:
        collection_interval: 90s
        insecure_skip_verify: true
    service:
      pipelines:
        metrics/kubelet:
          receivers: [kubeletstats]
          processors:
            - k8sattributes
            - resource/deployenv
            - resourcedetection
            - batch
          exporters: [debug]
    exporters:
      debug:
        verbosity: detailed
And I only get the confirm that all the values for metrics are equal to 0... Any help on what to look to fix this?