We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea652c commit 3fd239fCopy full SHA for 3fd239f
example/README.md
@@ -17,6 +17,7 @@ flowchart LR
17
C[Fluentd] -->|metric data / otlp| D[Otel Collector]
18
C[Fluentd] -->|trace data / otlp| F[Jaeger]
19
C[Fluentd] -->|sample log / Fluentd Forward Protocol| D[Otel Collector]
20
+ C[Fluentd] -->|Fluentd metric data / otlp| D[Otel Collector]
21
D[Otel Collector] -->|metric data| E[Prometheus / Grafana]
22
D[Otel Collector] -->|sample log| G[Elasticsearch / Kibana]
23
```
example/assets/dashboard.png
146 KB
0 commit comments