Skip to content

Commit 95b2c0f

Browse files
committed
WIP
1 parent 96251b0 commit 95b2c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The telemetry data have been provided by js application in `app` directory.
1313
```mermaid
1414
flowchart LR
1515
A[app/metrics.js] -->|app metric data / otlp| C[Fluentd]
16-
B[app/tracing.js] -->|trace data / otlp| C[Fluentd]
16+
B[app/tracing.js] -->|app trace data / otlp| C[Fluentd]
1717
C[Fluentd] -->|app metric data / otlp| D[Otel Collector]
18-
C[Fluentd] -->|trace data / otlp| F[Jaeger]
18+
C[Fluentd] -->|app trace data / otlp| F[Jaeger]
1919
C[Fluentd] -->|sample log / Fluentd Forward Protocol| D[Otel Collector]
2020
C[Fluentd] -->|Fluentd metric data / otlp| D[Otel Collector]
2121
D[Otel Collector] -->|app metric data and Fluentd metric data | E[Prometheus / Grafana]

0 commit comments

Comments
 (0)