Skip to content

Commit 447e459

Browse files
authored
Change to name Sampling instead of Traces in documentation. Fixes #1618. (#1619)
* Change to name Sampling instead of Traces in documentation. Fixes issue #1618. Signed-off-by: Eric D. Schabell <[email protected]> * Fixed list items to use star and not dash. Signed-off-by: Eric D. Schabell <[email protected]> --------- Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 8158ba7 commit 447e459

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
* [Labels](pipeline/processors/labels.md)
147147
* [Metrics Selector](pipeline/processors/metrics-selector.md)
148148
* [OpenTelemetry Envelope](pipeline/processors/opentelemetry-envelope.md)
149+
* [Sampling](pipeline/processors/sampling.md)
149150
* [SQL](pipeline/processors/sql.md)
150-
* [Traces](pipeline/processors/traces.md)
151151
* [Filters as processors](pipeline/processors/filters.md)
152152
* [Conditional processing](pipeline/processors/conditional-processing.md)
153153
* [Filters](pipeline/filters/README.md)

pipeline/processors/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Fluent Bit offers the following processors:
1818
- [Metrics Selector](metrics-selector.md): Choose which metrics to keep or discard.
1919
- [OpenTelemetry Envelope](opentelemetry-envelope.md): Transform logs into an
2020
OpenTelemetry-compatible format.
21-
- [SQL](sql.md): Use SQL queries to extract log content.
22-
- [Traces](traces.md): Trace sampling designed with a pluggable architecture,
21+
- [Sampling](sampling.md): Trace sampling designed with a pluggable architecture,
2322
allowing easy extension to support multiple sampling strategies and backends.
23+
- [SQL](sql.md): Use SQL queries to extract log content.
2424
- [Filters](filters.md): Any filter can be used as a processor.
2525

2626
## Features

pipeline/processors/traces.md renamed to pipeline/processors/sampling.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Traces
1+
# Sampling
22

3-
The _Traces_ sampling processor is designed with a pluggable architecture, allowing easy extension to support multiple sampling strategies and backends. It provides you with the ability to apply head or tail sampling to incoming trace telemetry data.
3+
The _Sampling_ processor is designed with a pluggable architecture, allowing easy extension to support multiple trace sampling strategies and backends. It provides you with the ability to apply head or tail sampling to incoming trace telemetry data.
44

55
Available samplers:
66

@@ -21,9 +21,9 @@ Conditions:
2121

2222
The processor does not provide any extra configuration parameter, it can be used directly in your _processors_ Yaml directive.
2323

24-
## Traces types
24+
## Sampling types
2525

26-
Traces have both a name and a type with the following possible settings:
26+
Sampling has both a name and a type with the following possible settings:
2727

2828
| Key | Possible values |
2929
| :----- | :---------------------: |

0 commit comments

Comments
 (0)