The AWS Observability Helm Charts repository contains Helm charts to provide easy mechanisms to setup the CloudWatch Agent and other collection agents to collect telemetry data such as metrics, logs and traces to send to AWS monitoring services.
Apache License 2.0
9
stars
17
forks
source link
Do not create fluent bit resources if containerLogs is disabled #23
Description of changes: When containerLogs is disabled, the current behavior is to still create the fluent bit resources, but set it up in a way to not actually do any work and use minimal compute resources.
Instead, we are now updating the behavior to not create the fluent bit resources altogether if containerLogs is disabled.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description of changes: When
containerLogs
is disabled, the current behavior is to still create the fluent bit resources, but set it up in a way to not actually do any work and use minimal compute resources. Instead, we are now updating the behavior to not create the fluent bit resources altogether ifcontainerLogs
is disabled.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.