Skip to content

Commit

Permalink
fix: correct otel receiver destination
Browse files Browse the repository at this point in the history
fixes #14
  • Loading branch information
theSuess committed Dec 18, 2024
1 parent dac8195 commit 8d6eb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfigurationWizard/sources/OTLPReceiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const OTLPReceiver = {
if (d.logs.enabled) {
out += `otelcol.exporter.loki "to_loki" {
forward_to = [
grafana_cloud.stacks.receivers.logs,
grafana_cloud.stack.receivers.logs,
]
}
Expand Down

0 comments on commit 8d6eb4b

Please sign in to comment.