Skip to content

Commit

Permalink
chore: change loki receiver location
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Dec 9, 2024
1 parent de8105d commit b4a2454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana-alloy/config.alloy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ otelcol.processor.attributes "enrichment" {
}

output {
logs = [otelcol.exporter.otlphttp.greptimedb_logs.input, loki.write.greptime_loki.receiver]
logs = [otelcol.exporter.otlphttp.greptimedb_logs.input]
}
}

Expand All @@ -115,5 +115,5 @@ otelcol.receiver.loki "greptime" {
logging {
level = "info"
format = "json"
write_to = [otelcol.receiver.loki.greptime.receiver]
write_to = [otelcol.receiver.loki.greptime.receiver, loki.write.greptime_loki.receiver]
}

0 comments on commit b4a2454

Please sign in to comment.