mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
devenv: add slow reverse proxy (#16943)
this can be useful when testing timeouts etc in the dataproxy ref #16923
This commit is contained in:
@@ -13,6 +13,11 @@ datasources:
|
||||
access: proxy
|
||||
url: http://localhost:9090
|
||||
|
||||
- name: gdev-slow-prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://localhost:3011
|
||||
|
||||
- name: gdev-testdata
|
||||
type: testdata
|
||||
isDefault: true
|
||||
|
||||
Reference in New Issue
Block a user