Skip to content

Commit c382f33

Browse files
Anusha NarapureddyAnusha Narapureddy
authored andcommitted
remove collector introduction
1 parent 62155dd commit c382f33

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

05-sampling.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ This tutorial step covers the basic usage of the OpenTelemetry Collector on Kube
88

99
[excalidraw](https://excalidraw.com/#json=15BrdSOMEkc9RA5cxeqwz,urTmfk01mbx7V-PpQI7KgA)
1010

11-
### OpenTelemetry Collector on k8s
12-
13-
After installing the OpenTelemetry Operator, the `v1alpha1.OpenTelemetryCollector` simplifies the operation of the OpenTelemetry Collector on Kubernetes. There are different deployment modes available, breaking config changes are migrated automatically, provides integration with Prometheus (including operating on Prometheus Operator CRs) and simplifies sidecar injection.
14-
15-
TODO: update collector
16-
```yaml
17-
18-
```
19-
2011
## Sampling, what does it mean and why is it important?
2112

2213
Sampling refers to the practice of selectively capturing and recording traces of requests flowing through a distributed system, rather than capturing every single request. It is crucial in distributed tracing systems because modern distributed applications often generate a massive volume of requests and transactions, which can overwhelm the tracing infrastructure or lead to excessive storage costs if every request is

0 commit comments

Comments
 (0)