File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ The telemetry data have been provided by js application in `app` directory.
1414flowchart LR
1515 A[app/metrics.js] -->|app metric data / otlp| C[Fluentd]
1616 B[app/tracing.js] -->|app trace data / otlp| C[Fluentd]
17- C[Fluentd] -->|app metric data / otlp| D[Otel Collector]
17+ C[Fluentd] -->|app metric data / otlp <br> Fluentd metric data / otlp | D[Otel Collector]
1818 C[Fluentd] -->|app trace data / otlp| F[Jaeger]
1919 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 or <br> Fluentd metric data | E[Prometheus / Grafana]
20+ D[Otel Collector] -->|app metric data <br> Fluentd metric data | E[Prometheus / Grafana]
2221 D[Otel Collector] -->|sample log| G[Elasticsearch / Kibana]
2322```
2423
You can’t perform that action at this time.
0 commit comments