You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: pipeline/processors/sampling.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Traces
1
+
# Sampling
2
2
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.
4
4
5
5
Available samplers:
6
6
@@ -21,9 +21,9 @@ Conditions:
21
21
22
22
The processor does not provide any extra configuration parameter, it can be used directly in your _processors_ Yaml directive.
23
23
24
-
## Traces types
24
+
## Sampling types
25
25
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:
0 commit comments