-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some metrics are missing from the kubeletstats receiver #26300
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@chenlujjj this is a strange one, I am not able to reproduce the issue. Are you missing any other opentelemetry-collector-contrib/receiver/kubeletstatsreceiver/internal/kubelet/utils.go Lines 12 to 17 in 7f452e5
|
sorry, the problem is probably cause by signalfx exporter we use. i'll close this. Thanks ! |
Component(s)
receiver/kubeletstats
Describe the issue you're reporting
Hi Team,
We are using the kubeletstats receiver to collect metrics of pods and containers. But we found that some metrics are missing. For example,
container.memory.usage
is collected butcontainer.memory.page_faults
is missing.The collector version is 0.79.0 and we didn't exclude any metrics in filter processor.
The config for kubeletstats receiver is:
We have also confirmed that the response of
/stats/summary
endpoint from kubelet do include container memory page faults infos using following command:Any suggestions would be much appreciated.
The text was updated successfully, but these errors were encountered: