Skip to content

Commit 1f59d7b

Browse files
committed
Redirect traces directly to upstream processing
1 parent 79e91b4 commit 1f59d7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/cluster/docker/alloy/config.alloy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ otelcol.receiver.otlp "default" {
1717
endpoint = "0.0.0.0:4318"
1818
}
1919
output {
20-
traces = [otelcol.connector.spanlogs.default.input]
20+
traces = [otelcol.processor.transform.upstream_service_name_traces.input]
2121
logs = [otelcol.connector.spanlogs.default.input]
2222
metrics = [otelcol.exporter.prometheus.default.input]
2323
}

0 commit comments

Comments
 (0)