Specify `consul` dynamic hostname, instead of static IP addresses.
This commit is contained in:
parent
caa10e333d
commit
63a8f3fb94
|
@ -18,7 +18,7 @@ datasources:
|
|||
# <int> org id. will default to orgId 1 if not specified
|
||||
orgId: 1
|
||||
# <string> url
|
||||
url: http://localhost:3100
|
||||
url: http://loki.service.consul:3100
|
||||
version: 1
|
||||
# <bool> allow users to edit datasources from the UI.
|
||||
editable: false
|
||||
|
|
|
@ -18,7 +18,7 @@ datasources:
|
|||
# <int> org id. will default to orgId 1 if not specified
|
||||
orgId: 1
|
||||
# <string> url
|
||||
url: http://localhost:9090
|
||||
url: http://prometheus.service.consul:9090
|
||||
version: 1
|
||||
# <bool> allow users to edit datasources from the UI.
|
||||
editable: false
|
||||
|
|
Loading…
Reference in New Issue