Closed sshiv5768 closed 1 year ago
Grafana (dashboard) is only visualizing data that is stored in some backend, such as Tempo/Jaeger (traces), Loki/... (logs), or Prometheus/Graphite/... (metrics).
This means that your Collector will need to export data to a database or backend like the ones above, and you'll need to use those backends as data sources in your Grafana.
Given you specifically mentioned Grafana, here's a documentation page with more information: https://grafana.com/oss/opentelemetry/
Discussed in https://github.com/open-telemetry/community/discussions/1386