Skip to content

Commit db97bf5

Browse files
mark advanced topics
1 parent 32ba20b commit db97bf5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

05-sampling.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ We should only see traces with errors and latencies exceeding 500ms.
100100

101101
-----
102102
### Advanced Topic: Sampling at scale with OpenTelemetry
103+
> [!NOTE]
104+
> This is an optional more advanced section.
103105
104106
Requires two deployments of the Collector, the first layer routing all the spans of a trace to the same collector in the downstream deployment (using load-balancing exporter). And the second layer doing the tail sampling.
105107

@@ -142,6 +144,8 @@ prometheus-77f88ccf7f-dfwh2 1/1 Running 0 100m
142144
```
143145
144146
### Advanced Topic: Jaeger's Remote Sampling extension
147+
> [!NOTE]
148+
> This is an optional more advanced section.
145149
146150
This extension allows serving sampling strategies following the Jaeger's remote sampling API. This extension can be configured to proxy requests to a backing remote sampling server, which could potentially be a Jaeger Collector down the pipeline, or a static JSON file from the local file system.
147151

0 commit comments

Comments
 (0)