Skip to content
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

Feature Request: Add metrics related to kubernetes_logs rotate_wait_secs #22143

Open
davidcpell opened this issue Jan 8, 2025 Discussed in #22060 · 0 comments
Open

Feature Request: Add metrics related to kubernetes_logs rotate_wait_secs #22143

davidcpell opened this issue Jan 8, 2025 Discussed in #22060 · 0 comments
Labels
source: kubernetes_logs Anything `kubernetes_logs` source related type: feature A value-adding code addition that introduce new functionality.

Comments

@davidcpell
Copy link

Discussed in #22060

Originally posted by davidcpell December 19, 2024
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?

@pront pront added source: kubernetes_logs Anything `kubernetes_logs` source related type: feature A value-adding code addition that introduce new functionality. labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source: kubernetes_logs Anything `kubernetes_logs` source related type: feature A value-adding code addition that introduce new functionality.
Projects
None yet
Development

No branches or pull requests

2 participants