upload new otel agent sdk image (#2777)
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
This commit is contained in:
parent
54d9c9e97a
commit
7da55d7af0
|
@ -15,7 +15,7 @@ daemonset).
|
||||||
Each client-side SDK or downstream collector is configured with a collector
|
Each client-side SDK or downstream collector is configured with a collector
|
||||||
location:
|
location:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. In the app, the SDK is configured to send OTLP data to a collector.
|
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.
|
1. The collector is configured to send telemetry data to one or more backends.
|
||||||
|
|
|
@ -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
|
In the general case you can use an out-of-the-box load balancer to distribute
|
||||||
the load amongst the collectors:
|
the load amongst the collectors:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
For use cases where the processing of the telemetry data processing has to
|
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
|
happen in a specific collector, you would use a two-tiered setup with a
|
||||||
|
|
|
@ -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
|
applications [instrumented][instrumentation] with an OpenTelemetry SDK that
|
||||||
export telemetry signals (traces, metrics, logs) directly into a backend:
|
export telemetry signals (traces, metrics, logs) directly into a backend:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Example
|
## 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 |
Loading…
Reference in New Issue