File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11receivers:
22 awsecscontainermetrics:
3+ processors:
4+ filter:
5+ metrics:
6+ include:
7+ match_type: strict
8+ metric_names:
9+ - ecs.task.memory.utilized
10+ metricstransform:
11+ transforms:
12+ - metric_name: ecs.task.memory.utilized
13+ action: update
14+ new_name: ecs.task.memory.utilized_${ testing_id}
315exporters:
416 logging:
517 loglevel: debug
@@ -11,4 +23,5 @@ service:
1123 pipelines:
1224 metrics:
1325 receivers: [awsecscontainermetrics]
26+ processors: [filter, metricstransform]
1427 exporters: [logging, awsemf]
Original file line number Diff line number Diff line change @@ -7,10 +7,4 @@ validation_config="ecscontainer-metric-validation.yml"
77# set data emitter image to empty, which helps the framework to skip deploying data emitter
88data_emitter_image = " "
99
10- # todo this is config needs to be removed once we have statsd built in the aoc image
11- aoc_image_repo = " josephwy/awscollector"
12-
13- # todo this version needs to be removed, instead version should be received from workflow
14- aoc_version = " v0.1.15"
15-
1610sample_app_callable = false
You can’t perform that action at this time.
0 commit comments