We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96251b0 commit 95b2c0fCopy full SHA for 95b2c0f
example/README.md
@@ -13,9 +13,9 @@ The telemetry data have been provided by js application in `app` directory.
13
```mermaid
14
flowchart LR
15
A[app/metrics.js] -->|app metric data / otlp| C[Fluentd]
16
- B[app/tracing.js] -->|trace data / otlp| C[Fluentd]
+ B[app/tracing.js] -->|app trace data / otlp| C[Fluentd]
17
C[Fluentd] -->|app metric data / otlp| D[Otel Collector]
18
- C[Fluentd] -->|trace data / otlp| F[Jaeger]
+ C[Fluentd] -->|app trace data / otlp| F[Jaeger]
19
C[Fluentd] -->|sample log / Fluentd Forward Protocol| D[Otel Collector]
20
C[Fluentd] -->|Fluentd metric data / otlp| D[Otel Collector]
21
D[Otel Collector] -->|app metric data and Fluentd metric data | E[Prometheus / Grafana]
0 commit comments