-
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
[chore][pkg/stanza] fileconsumer: integrate recently added fileset #30728
[chore][pkg/stanza] fileconsumer: integrate recently added fileset #30728
Conversation
0fbc23f
to
5093a54
Compare
a630205
to
708eaea
Compare
708eaea
to
6f94284
Compare
23c725a
to
2dd023f
Compare
2dd023f
to
b6459ca
Compare
473af45
to
c40e196
Compare
@djaglowski up for final review. |
c40e196
to
fd9d693
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really good. A few more suggestions though.
pkg/stanza/fileconsumer/file.go
Outdated
if matches, err := m.fileMatcher.MatchFiles(); err != nil { | ||
m.Warnf("finding files: %v", err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This check and warning are still useful.
Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks @VihasMakwana
Windows compilation is failing: |
60c2a55
to
4d463e8
Compare
cb875d1
to
ede2b83
Compare
@djaglowski guess we can merge this. CI's green. |
Hi @djaglowski, I took over work on parallel file consumer after @VihasMakwana left the company, would it be possible to set up some kind of meeting so I can get up to speed on the current status of this feature? |
Hi @sbylica-splunk, this PR was merged so I'm not sure what you're referring to. |
Hi @djaglowski , we have a task that reads as:
I wanted to reach out to you, and ask if there is anything that needs to be done on our side since @VihasMakwana left the company, and you were mentioned in this topic. |
Description: Integrate recently added fileset