-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
'max_concurrent_files' must be positive #35080
Labels
Comments
jmatsushita
added
bug
Something isn't working
needs triage
New item requiring triage
labels
Sep 9, 2024
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
djaglowski
added a commit
that referenced
this issue
Sep 9, 2024
djaglowski
added a commit
that referenced
this issue
Sep 10, 2024
jriguera
pushed a commit
to springernature/opentelemetry-collector-contrib
that referenced
this issue
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
receiver/filelog
What happened?
Description
Setting 'max_concurrent_files' to 1 results in the error
'max_concurrent_files' must be positive
Steps to Reproduce
Set filelog receiver config
max_concurrent_files: 1
Expected Result
'max_concurrent_files' is enforced correctly
Actual Result
'max_concurrent_files' must be positive
Collector version
v0.106.1
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: