Is there PVC or persistent volume claim monitoring? #2097
Answered
by
atoulme
kishah-lilly
asked this question in
Q&A
-
Hello, Is it possible to monitor container storage and PVC usage and alert based on a threshold? We recently noticed that a postgres pod failed as it reached a max storage limit assigned to it. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
atoulme
Oct 11, 2022
Replies: 1 comment
-
You can collect information about container storage and PVC usage using this approach: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/kubeletstatsreceiver#collecting-additional-volume-metadata You can create alerts in Splunk Infrastructure Monitoring. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
atoulme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can collect information about container storage and PVC usage using this approach: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/kubeletstatsreceiver#collecting-additional-volume-metadata
You can create alerts in Splunk Infrastructure Monitoring.