We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904cd36 commit 10e0f4bCopy full SHA for 10e0f4b
labs/observability/lgtm/docker/monolithic/config/alloy/config.alloy
@@ -47,9 +47,9 @@ loki.write "default" {
47
48
// enable tracing pipeline
49
tracing {
50
- // Write all spans (sampling rate == 1, it is all).
+ // Write all spans (this setting sets the sampling rate to 1, which means all data).
51
// Don't use this value in production.
52
- sampling_fraction = 1.0
+ sampling_fraction = 1.0
53
write_to = [otelcol.exporter.otlp.alloy.input]
54
}
55
0 commit comments