Skip to content

Commit

Permalink
Renamed experimental_metricsgeneration to metricsgeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Dec 12, 2024
1 parent 55adbb3 commit b41c9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment-template/eks/otel-fargate-container-insights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit b41c9b9

Please sign in to comment.