Merge "Added bind info for pushgateway"
This commit is contained in:
commit
3e3dfd37a8
2 changed files with 6 additions and 0 deletions
|
@ -4,3 +4,6 @@ parameters:
|
|||
prometheus:
|
||||
pushgateway:
|
||||
enabled: true
|
||||
bind:
|
||||
address: 0.0.0.0
|
||||
port: 9091
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
prometheus:
|
||||
pushgateway:
|
||||
enabled: true
|
||||
bind:
|
||||
address: 0.0.0.0
|
||||
port: 9091
|
||||
|
|
Loading…
Reference in a new issue