Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the app monitoring parameters for ama-metrics charts (#768)
This pull request mainly focuses on the addition of new environment variables in the `ama-metrics-daemonset.yaml` file and the introduction of corresponding new values in the `values-template.yaml` file. The newly added environment variables are `APPMONITORING_AUTOINSTRUMENTATION_ENABLED`, `APPMONITORING_OPENTELEMETRYMETRICS_ENABLED`, and `APPMONITORING_OPENTELEMETRYMETRICS_PORT`, which are designed to enhance the application monitoring capabilities. Here are the most important changes: * [`otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/templates/ama-metrics-daemonset.yaml`](diffhunk://#diff-4cf95e8016084d1f16fc5becb6aef6efa6a517801fd92b274f9b1da545d88ceeR134-R139): Added three new environment variables `APPMONITORING_AUTOINSTRUMENTATION_ENABLED`, `APPMONITORING_OPENTELEMETRYMETRICS_ENABLED`, and `APPMONITORING_OPENTELEMETRYMETRICS_PORT`. These variables are set to values from `.Values.AzureMonitorMetrics`. [[1]](diffhunk://#diff-4cf95e8016084d1f16fc5becb6aef6efa6a517801fd92b274f9b1da545d88ceeR134-R139) [[2]](diffhunk://#diff-4cf95e8016084d1f16fc5becb6aef6efa6a517801fd92b274f9b1da545d88ceeR407-R412) * [`otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values-template.yaml`](diffhunk://#diff-e1d8bf79f3e7963e3b4147b3a101d9c21f4264064f412ab884e04e8e5792b1e3R63-R65): Introduced three new values `IsAppMonitoringAutoInstrumentationEnabled`, `IsAppMonitoringOpenTelemetryMetricsEnabled`, and `OpenTelemetryMetricsPort` under `AzureMonitorMetrics`. These values are set to `false` and `"28333"` respectively. --------- Co-authored-by: Janvi Jatakia (from Dev Box) <[email protected]> Co-authored-by: Kaveesh Dubey <[email protected]>
- Loading branch information