devenv: add slow reverse proxy (#16943)

this can be useful when testing timeouts etc
in the dataproxy

ref #16923
This commit is contained in:
Carl Bergquist
2019-05-08 10:09:48 +02:00
committed by GitHub
parent 17ce1273ca
commit b426ff5292
4 changed files with 50 additions and 0 deletions

View File

@@ -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