Antonio Martinazzo
06/05/2025, 1:21 PMotelAgent:
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?