upload new otel agent sdk image (#2777)

Co-authored-by: Phillip Carter <pcarter@fastmail.com>
This commit is contained in:
Hillary 2023-05-24 15:02:05 -04:00 committed by GitHub
parent 54d9c9e97a
commit 7da55d7af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 375 additions and 351 deletions

View File

@ -15,7 +15,7 @@ daemonset).
Each client-side SDK or downstream collector is configured with a collector
location:
![Decentralized collector deployment concept](../../img/agent-sdk.svg)
![Decentralized collector deployment concept](../../img/otel_agent_sdk_v2.svg)
1. In the app, the SDK is configured to send OTLP data to a collector.
1. The collector is configured to send telemetry data to one or more backends.

View File

@ -14,7 +14,7 @@ deployment in Kubernetes), typically per cluster, per data center or per region.
In the general case you can use an out-of-the-box load balancer to distribute
the load amongst the collectors:
![Gateway deployment concept](../../img/gateway-sdk.svg)
![Gateway deployment concept](../../img/otel_gateway_sdk.svg)
For use cases where the processing of the telemetry data processing has to
happen in a specific collector, you would use a two-tiered setup with a

View File

@ -8,7 +8,7 @@ The simplest pattern is not to use a collector at all. This pattern consists of
applications [instrumented][instrumentation] with an OpenTelemetry SDK that
export telemetry signals (traces, metrics, logs) directly into a backend:
![No collector deployment concept](../../img/otel_sdk.png)
![No collector deployment concept](../../img/otel_sdk.svg)
## Example

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 94 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 114 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 87 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 KiB