Local dashboards for telemetry collection.
Clone this repository, and then run:
docker compose up
Configure your application to send OpenTelemetry data (traces, logs, and metrics) to localhost:4317 (the standard/default OTLP endpoint).
Then you will have access to the dasboards below:
Aspire (logs + traces + metrics)
The following backends are enabled based on whether environment variables are defined:
HONEYCOMB_API_KEY- Honeycomb
It would be great to have some good Grafana dashboard definitions out of the box.
Also, configuration examples for different languages. I'll get around to doing a .NET one sooner or later.