Devenv: Add tempo data source (#31138)

* Add tempo DS to devenv

* Remove unsupported values from config

* Add tempo ds

* Remove tempo-query
This commit is contained in:
Andrej Ocenas
2021-03-08 16:04:42 +01:00
committed by GitHub
parent ae9255e568
commit f029e84565
5 changed files with 78 additions and 0 deletions

View File

@@ -269,3 +269,10 @@ datasources:
access: proxy
url: http://localhost:9411
editable: false
- name: gdev-tempo
type: tempo
uid: gdev-tempo
access: proxy
url: http://localhost:3101
editable: false