@@ -12,12 +12,12 @@ 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]
16- B[app/tracing.js] -->|trace data / otlp| C[Fluentd]
17- C[Fluentd] -->|metric data / otlp| D[Otel Collector]
18- C[Fluentd] -->|trace data / otlp| F[Jaeger]
15+ A[app/metrics.js] -->|app metric data / otlp| C[Fluentd]
16+ B[app/tracing.js] -->|app trace data / otlp| C[Fluentd]
17+ C[Fluentd] -->|app metric data / otlp <br> Fluentd metric data / otlp| D[Otel Collector]
18+ C[Fluentd] -->|app trace data / otlp| F[Jaeger]
1919 C[Fluentd] -->|sample log / Fluentd Forward Protocol| D[Otel Collector]
20- D[Otel Collector] -->|metric data| E[Prometheus / Grafana]
20+ D[Otel Collector] -->|app metric data <br> Fluentd metric data | E[Prometheus / Grafana]
2121 D[Otel Collector] -->|sample log| G[Elasticsearch / Kibana]
2222```
2323
@@ -31,7 +31,7 @@ This demo uses Prometheus / Grafana to visualize the metrics data.
3131
32321 . Go to [ ` localhost:3000 ` ] ( http://localhost:3000 ) and login to Grafana using credentials admin, admin
3333
34- 2 . Then, show ` demo > Basic Service Trace ` in [ dashboard] ( http://localhost:3000/dashboards ) .
34+ 2 . Then, show ` demo > OpenTelemetry ` in [ dashboard] ( http://localhost:3000/dashboards ) .
3535
3636![ dashboard] ( ./assets/dashboard.png )
3737
@@ -54,7 +54,7 @@ This demo uses Elasticsearch / Kibana to visualize the trace data.
5454
5555![ discover] ( ./assets/discover.png )
5656
57- 2 . Specify ` logs-* ` to Index pattern and click Save data view to Kibana.
57+ 2 . Specify ` logs-* ` to Index pattern and click Save data view to Kibana.
5858
5959![ create data view] ( ./assets/create_data_view.png )
6060
0 commit comments