Skip to content

Commit 96251b0

Browse files
committed
WIP
1 parent 3fd239f commit 96251b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The telemetry data have been provided by js application in `app` directory.
1212

1313
```mermaid
1414
flowchart LR
15-
A[app/metrics.js] -->|metric data / otlp| C[Fluentd]
15+
A[app/metrics.js] -->|app metric data / otlp| C[Fluentd]
1616
B[app/tracing.js] -->|trace data / otlp| C[Fluentd]
17-
C[Fluentd] -->|metric data / otlp| D[Otel Collector]
17+
C[Fluentd] -->|app metric data / otlp| D[Otel Collector]
1818
C[Fluentd] -->|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]
21-
D[Otel Collector] -->|metric data| E[Prometheus / Grafana]
21+
D[Otel Collector] -->|app metric data and Fluentd metric data | E[Prometheus / Grafana]
2222
D[Otel Collector] -->|sample log| G[Elasticsearch / Kibana]
2323
```
2424

0 commit comments

Comments
 (0)