Want to add Grafana as a exporter in Opentelemetry collector #1386
Replies: 2 comments 1 reply
-
|
@sshiv5768 Grafana is only the visual layer. If you want to view the data from your app, you need to configure a data source inside Grafana. For logs that would be Loki. For each element you can configure an exporter in your collector config and that way you can setup dashboards in Grafana for the data in each data source. |
Beta Was this translation helpful? Give feedback.
-
|
@sshiv5768 For experimentation purposes, you could give this a try: https://github.com/grafana/docker-otel-lgtm It provides a docker image that includes Loki, Tempo, and Prometheus. You can send data via the standard OTLP protocol. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
Receive telemetry data from the simple flask app to opentelemetry collector and send it to Grafana.
Approach
config.ymlIssues facing
opentelemetry-instrument flask runBeta Was this translation helpful? Give feedback.
All reactions