14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
##--------------------------------------------------------------------
|
|
## emqx_prometheus for EMQ X
|
|
##--------------------------------------------------------------------
|
|
|
|
## The Prometheus Push Gateway URL address
|
|
##
|
|
## Note: You can comment out this line to disable it
|
|
prometheus.push.gateway.server = "http://127.0.0.1:9091"
|
|
|
|
## The metrics data push interval (millisecond)
|
|
##
|
|
## Default: 15000
|
|
prometheus.interval = 15000
|