File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
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 @@ -8,9 +8,9 @@ validation_config="ecscontainer-metric-validation.yml"
88data_emitter_image = " "
99
1010# todo this is config needs to be removed once we have statsd built in the aoc image
11- aoc_image_repo = " josephwy/awscollector"
11+ # aoc_image_repo="josephwy/awscollector"
1212
1313# todo this version needs to be removed, instead version should be received from workflow
14- aoc_version = " v0.1.15 "
14+ aoc_version = " v0.1.13-306936326 "
1515
1616sample_app_callable = false
You can’t perform that action at this time.
0 commit comments