File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ The telemetry data have been provided by js application in `app` directory.
1212
1313``` mermaid
1414flowchart 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
You can’t perform that action at this time.
0 commit comments