Skip to content

Commit 5ef705e

Browse files
consolidate image folders
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 361085a commit 5ef705e

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

pipeline/processors/opentelemetry-envelope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The _OpenTelemetry Envelope_ processor is used to transform your data to be compatible with the OpenTelemetry Log schema. If your data was __not__ generated by [OpenTelemetry input](../inputs/opentelemetry.md) and your backend or destination for your logs expects to be in an OpenTelemetry schema.
44

5-
![](/imgs/processor_opentelemetry_envelope.png)
5+
![](../.gitbook/assets/processor_opentelemetry_envelope.png)
66

77
## Configuration Parameters
88

pipeline/processors/sampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sampling has both a name and a type with the following possible settings:
3434

3535
In this example, head sampling will be used to process a smaller percentage of the overall ingested traces and spans. This is done by setting up the pipeline to ingest on the OpenTelemetry defined port as shown below using the OpenTelemetry Protocol (OTLP). The processor section defines traces for head sampling and the sampling percentage defining the total ingested traces and spans to be forwarded to the defined output plugins.
3636

37-
![](/imgs/traces_head_sampling.png)
37+
![](../.gitbook/assets/traces_head_sampling.png)
3838

3939
| Sampling settings | Description |
4040
| :-------------------- | :------------------------------------------------------------------------------------------------------------------ |
@@ -72,7 +72,7 @@ With this head sampling configuration, a sample set of ingested traces will rand
7272
7373
Tail sampling is used to obtain a more selective and fine grained control over the collection of traces and spans without collecting everything. Below is an example showing the process is a combination of waiting on making a sampling decision together followed by configuration defined conditions to determine the spans to be sampled.
7474
75-
![](/imgs/traces_tail_sampling.png)
75+
![](../.gitbook/assets/traces_tail_sampling.png)
7676
7777
The following samplings settings are available with their default values:
7878

0 commit comments

Comments
 (0)