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.
Description of changes:
As part of supporting runtime metrics for Application Signals, we need a mechanism to allow customers to disable runtime-metrics for Addons. This PR creates a new field under manager, autoInstrumentationApplicationSignals that will be used in the cloudwatch-agent-operator to disable runtime-metrics.
Relevant PR:
Description of changes: As part of supporting runtime metrics for Application Signals, we need a mechanism to allow customers to disable runtime-metrics for Addons. This PR creates a new field under
manager
,autoInstrumentationApplicationSignals
that will be used in the cloudwatch-agent-operator to disable runtime-metrics.E2E Testing
When runtime is set to false:
The namespace level configuration is set as:
When runtime is set to true:
The namespace level configuration is set as:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.