Skip to content

Commit 10e0f4b

Browse files
committed
chore(lgtm): alloy config linting
1 parent 904cd36 commit 10e0f4b

File tree

1 file changed

+2
-2
lines changed
  • labs/observability/lgtm/docker/monolithic/config/alloy

1 file changed

+2
-2
lines changed

labs/observability/lgtm/docker/monolithic/config/alloy/config.alloy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ loki.write "default" {
4747

4848
// enable tracing pipeline
4949
tracing {
50-
// Write all spans (sampling rate == 1, it is all).
50+
// Write all spans (this setting sets the sampling rate to 1, which means all data).
5151
// Don't use this value in production.
52-
sampling_fraction = 1.0
52+
sampling_fraction = 1.0
5353
write_to = [otelcol.exporter.otlp.alloy.input]
5454
}
5555

0 commit comments

Comments
 (0)