This is experimental software
This service enables querying traces stored in InfluxDB, via the Jaeger UI. To write traces to InfluxDB, use the OpenTelemetry Collector, InfluxDB Distribution.
Docker images exist at jacobmarble/jaeger-influxdb and jacobmarble/jaeger-influxdb-all-in-one.
In particular, the all-in-one image is great for testing,
but for production use, consider running jaegertracing/jaeger-query
and jacobmarble/jaeger-influxdb
in separate containers.
For an example configuration using separate containers, see docker-compose.yml.
Build the jaeger-influxdb
service with go install
:
$ cd jaeger-influxdb
$ go install ./cmd/jaeger-influxdb/