Skip to content

Commit 94c4aae

Browse files
Update 05-sampling.md
1 parent 65e059f commit 94c4aae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

05-sampling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ For more details, check the [offical documentation](https://opentelemetry.io/doc
2828

2929
Head sampling is a sampling technique used to make a sampling decision as early as possible. A decision to sample or drop a span or trace is not made by inspecting the trace as a whole.
3030

31+
For the list of all available samplers, check the [offical documentation](https://opentelemetry.io/docs/languages/sdk-configuration/general/#otel_traces_sampler)
32+
3133
Update the sampling % in the Instrumentation CR and restart the deployment for the configurations to take effect.
3234

3335
https://github.com/pavolloffay/kubecon-eu-2024-opentelemetry-kubernetes-tracing-tutorial/blob/d4b917c1cc4a411f59ae5dd770b22de1de9f6020/app/instrumentation-head-sampling.yaml#L13-L15
@@ -68,6 +70,7 @@ Deploy the opentelemetry collector with `tail_sampling` enabled.
6870
kubectl apply -f https://raw.githubusercontent.com/pavolloffay/kubecon-eu-2024-opentelemetry-kubernetes-tracing-tutorial/main/backend/05-collector-1.yaml
6971
kubectl get pods -n observability-backend -w
7072
```
73+
For the list of all policies, check the [offical documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/tailsamplingprocessor/README.md)
7174

7275
```yaml
7376
# Sample 100% of traces with ERROR-ing spans (omit traces with all OK spans)

0 commit comments

Comments
 (0)