Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating diagrams with new styles #2869

Merged
merged 3 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ for instrumenting, generating, collecting, and exporting telemetry data such as
[logs](concepts/observability-primer/#logs). As an industry-standard, it is
[natively supported by a number of vendors](/ecosystem/vendors/).

![OpenTelemetry Reference Architecture](/img/otel_diagram.png)
![OpenTelemetry Reference Architecture](/img/otel-diagram.svg)
2 changes: 1 addition & 1 deletion content/en/docs/collector/deployment/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ same collector instance where the tail sampling policy is applied.

Let's have a look at such a case where we are using the load-balancing exporter:

![Gateway deployment with load-balancing exporter](../../img/gateway-lb-sdk.svg)
![Gateway deployment with load-balancing exporter](../../img/otel-gateway-lb-sdk.svg)

1. In the app, the SDK is configured to send OTLP data to a central location.
2. A collector configured using the load-balancing exporter that distributes
Expand Down
313 changes: 0 additions & 313 deletions content/en/docs/collector/img/gateway-lb-sdk.svg

This file was deleted.

225 changes: 225 additions & 0 deletions content/en/docs/collector/img/otel-gateway-lb-sdk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/observability-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ what steps make up a request).
Many Observability back-ends visualize traces as waterfall diagrams that may
look something like this:

![Sample Trace](/img/waterfall_trace.png 'Trace waterfall diagram')
![Sample Trace](/img/waterfall-trace.svg 'Trace waterfall diagram')

Waterfall diagrams show the parent-child relationship between a root span and
its child spans. When a span encapsulates another span, this also represents a
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/concepts/sampling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ without unacceptable latency or errors, do you really need all that data? Here
the thing—you don’t always need a ton of data to find the right insights. _You
just need the right sampling of data._

![Illustration shows that not all data needs to be traced, and that a sample of data is sufficient.](traces_venn_diagram.png)
![Illustration shows that not all data needs to be traced, and that a sample of data is sufficient.](traces-venn-diagram.svg)

The idea behind sampling is to control the spans you send to your observability
backend, resulting in lower ingest costs. Different organizations will have
Expand Down Expand Up @@ -79,7 +79,7 @@ all or most of the spans within the trace. Tail Sampling gives you the option to
sample your traces based on specific criteria derived from different parts of a
trace, which isn’t an option with Head Sampling.

![Illustration shows how spans originate from a root span. After the spans are complete, the tail sampling processor makes a sampling decision.](tail_sampling_process.png)
![Illustration shows how spans originate from a root span. After the spans are complete, the tail sampling processor makes a sampling decision.](tail-sampling-process.svg)

Some examples of how you can use Tail Sampling include:

Expand Down
52 changes: 52 additions & 0 deletions content/en/docs/concepts/sampling/tail-sampling-process.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
26 changes: 26 additions & 0 deletions content/en/docs/concepts/sampling/traces-venn-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/signals/baggage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pass Baggage around, and each of the different library implementations has
propagators that parse and make that Baggage available without you needing to
explicitly implement it.

![OTel Baggage](/img/otel_baggage.png)
![OTel Baggage](/img/otel-baggage.svg)

## Why does OTel Baggage exist?

Expand Down Expand Up @@ -46,7 +46,7 @@ you’re searching in your Observability back-end.
There are no built-in integrity checks to ensure that the Baggage items are
yours, so exercise caution when retrieving them.

![OTel Baggage](/img/otel_baggage-2.png)
![OTel Baggage](/img/otel-baggage-2.svg)

## Baggage is not the same as Span attributes

Expand Down
145 changes: 145 additions & 0 deletions static/img/otel-baggage-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions static/img/otel-baggage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
270 changes: 270 additions & 0 deletions static/img/otel-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/otel_baggage-2.png
Binary file not shown.
Binary file removed static/img/otel_baggage.png
Binary file not shown.
Binary file removed static/img/otel_diagram.png
Binary file not shown.
49 changes: 49 additions & 0 deletions static/img/waterfall-trace.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/waterfall_trace.png
Binary file not shown.