-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Component(s)
receiver/filelog
Is your feature request related to a problem? Please describe.
filelogreceiver has both an includes an excludes parameter. We should document how these interact.
Describe the solution you'd like
Take the logic defined in
opentelemetry-collector-contrib/pkg/stanza/fileconsumer/matcher/internal/finder/finder.go
Line 24 in cca42e0
func FindFiles(includes []string, excludes []string) ([]string, error) { |
Describe alternatives you've considered
No response
Additional context
No response
andrzej-stencel