Skip to content

Commit

Permalink
fix: update casing for ecs-agent alloy config
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed May 1, 2024
1 parent 69cbcd6 commit a2a5e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mixins/ecs-agent/config.alloy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prometheus.scrape "ecs-agent" {
prometheus.scrape "ecs_agent" {
targets = [
{"__address__" = "127.0.0.1:51680", instance = env("HOSTNAME")},
]
Expand All @@ -15,7 +15,7 @@ otelcol.receiver.otlp "otlp" {
output {
metrics = [prometheus.relabel.instance.receiver]
logs = [otelcol.receiver.loki.default.receiver]
traces = [otelcol.exporter.otlp.gc-fwd.input]
traces = [otelcol.exporter.otlp.gc_fwd.input]
}
}

Expand Down

0 comments on commit a2a5e68

Please sign in to comment.