Skip to content

Commit

Permalink
Merge pull request #1717 from vasireddy99/metricproc
Browse files Browse the repository at this point in the history
Use renamed metric generation processor name
  • Loading branch information
vasireddy99 authored Dec 17, 2024
2 parents 2244feb + 1afcdf9 commit 9208f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/eks/container-insights-agent/config_map_fargate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,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 @@ -360,7 +360,7 @@ data:
operation: divide
scale_by: 100
experimental_metricsgeneration/2:
metricsgeneration/2:
rules:
- name: pod_cpu_utilization_over_pod_limit_${TestingId}
type: calculate
Expand Down Expand Up @@ -439,6 +439,6 @@ 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: [debug, awsemf]
extensions: [health_check]

0 comments on commit 9208f3b

Please sign in to comment.