From b41c9b97b8da7fbf503642f2b999ee9c67a7076e Mon Sep 17 00:00:00 2001 From: Vasi Vasireddy Date: Thu, 12 Dec 2024 10:17:36 -0800 Subject: [PATCH] Renamed experimental_metricsgeneration to metricsgeneration --- .../eks/otel-fargate-container-insights.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment-template/eks/otel-fargate-container-insights.yaml b/deployment-template/eks/otel-fargate-container-insights.yaml index 704ce9e21a..df22333c84 100644 --- a/deployment-template/eks/otel-fargate-container-insights.yaml +++ b/deployment-template/eks/otel-fargate-container-insights.yaml @@ -367,7 +367,7 @@ data: - new_container_memory_hierarchical_pgfault - new_container_memory_hierarchical_pgmajfault - experimental_metricsgeneration/1: + metricsgeneration/1: rules: - name: pod_network_total_bytes unit: Bytes/Second @@ -396,7 +396,7 @@ data: operation: divide scale_by: 100 - experimental_metricsgeneration/2: + metricsgeneration/2: rules: - name: pod_cpu_utilization_over_pod_limit type: calculate @@ -475,7 +475,7 @@ data: pipelines: metrics: receivers: [prometheus] - processors: [metricstransform/label_1, resourcedetection, metricstransform/rename, filter, cumulativetodelta, deltatorate, experimental_metricsgeneration/1, experimental_metricsgeneration/2, metricstransform/label_2, batch] + processors: [metricstransform/label_1, resourcedetection, metricstransform/rename, filter, cumulativetodelta, deltatorate, metricsgeneration/1, metricsgeneration/2, metricstransform/label_2, batch] exporters: [awsemf] extensions: [health_check]