Metrics related to kubernetes_logs rotate_wait_secs #22060
Unanswered
davidcpell
asked this question in
Q&A
Replies: 1 comment
-
Mmm I don't think there are metrics around that at the moment. It would be useful though. Would you want to open a feature request? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've recently turned on rotate_wait_secs in my Kubernetes environments because I was running into issues where Vector would be holding tons of file handles for files that have passed rotation size but hasn't finished processing them due to the amount of work it's doing. This led to node DiskPressure over time and pod evictions.
Using this helped, but it'd be really helpful to be able to see how often Vector is dropping file handles early and any possible metadata related to which files (container name, whatever). Is this available/something that could be reasonably added?
Beta Was this translation helpful? Give feedback.
All reactions