Jaeger Datasource #
Grafana Jaeger Datasource allows you to query and visualize VictoriaTraces data in Grafana.

Simply click “Add new data source” on Grafana, and then fill your VictoriaTraces URL to “Connection.URL”.
The URL format for VictoriaTraces single-node is:
http://<victoria-traces>:10428/select/jaeger
Finally, click “Save & Test” at the bottom to complete the process.
Grafana Tempo Datasource #
Grafana Tempo datasource support is experimental. It’s implemented as a complement to the Jaeger datasource, to allow using the Grafana Traces Drilldown . It may not support some of the syntax in TraceQL or panels in drilldown.
Click “Add new data source” on Grafana, and then fill your VictoriaTraces URL to “Connection.URL”.
The URL format for VictoriaTraces single-node is:
http://<victoria-traces>:10428/select/tempo
Finally, click “Save & Test” at the bottom to complete the process.