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

Promtail: skip glob search if filetarget path is an existing file and not a directory #5246

Merged

Conversation

rsteneteg
Copy link
Contributor

Signed-off-by: Roger Steneteg rsteneteg@ea.com

What this PR does / why we need it:
Skips Glob search if the target path is an existing file and not a directory, skipping the glob search reduces the I/O operations on the storage

Which issue(s) this PR fixes:
Fixes #5245

Special notes for your reviewer:

Checklist

  • Documentation added
  • Tests updated
  • Add an entry in the CHANGELOG.md about the changes.

Signed-off-by: Roger Steneteg <rsteneteg@ea.com>
@rsteneteg rsteneteg requested a review from a team as a code owner January 27, 2022 02:38
Copy link
Contributor

@dannykopping dannykopping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable, thanks @rsteneteg!

@dannykopping dannykopping merged commit bc88f29 into grafana:main Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Promtail] liveness probe times out on /ready handler
2 participants