Files
grafana/devenv/docker/blocks/tempo
Brendan O'Handley 6cb2c701e6 Tempo: Enable native histograms for Tempo service graph (#105989)
* add native histogram dropdown to tempo config for service graph

* add docs for configuring native histograms

* add config native histogram options to types

* add native histogram metric to graph transform

* add native histogram to service map query for links

* add native histogram duration metric for duration queries

* use native histogram for duration queries

* export for tests

* add tests for native histogram links, queries and dataframes

* update tempo devenv to use native histograms

* use union for histogramType

* run prettier

* remove comment
2025-06-17 20:40:40 +00:00
..

This devenv docker-compose.yaml will allow you to;

  • search traces
  • view traces
  • upload/download trace JSON files
  • view service graphs
  • search traces via Loki

To send traces from grafana use this configuration;

[tracing.opentelemetry.otlp]
# otlp destination (ex localhost:4317)
address = localhost:4317