-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
enhancement(sinks): Make adaptive concurrency the default #8598
Conversation
Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.com>
✔️ Deploy Preview for vector-project ready! 🔨 Explore the source changes: 5c2ed22 🔍 Inspect the deploy log: https://app.netlify.com/sites/vector-project/deploys/61290891760ed100080e384d 😎 Browse the preview: https://deploy-preview-8598--vector-project.netlify.app |
Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.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.
I think you need to updated the docs here too:
Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.com>
website/cue/reference/components.cue
Outdated
@@ -370,7 +370,7 @@ components: { | |||
|
|||
if enabled { | |||
adaptive_concurrency: bool | *false |
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.
adaptive_concurrency: bool | *false | |
adaptive_concurrency: bool | *true |
Forgot to note this too 😄
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.
😭
Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.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.
🚀
Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.com>
Signed-off-by: Bruce Guenter bruce.guenter@datadoghq.com
Closes #8226