This code accompanies tutorial "How to export telemetry data to Grafana".
Make sure .env
is populated with
an OpenAI API key.
$ deno task otel
To run the separate OTel collector service:
$ docker build -t otel-collector . && docker run -p 4317:4317 -p 4318:4318 otel-collector
For more information about Grafana, please refer to their documentation.