14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
##--------------------------------------------------------------------
|
|
## emqx_prometheus for EMQX
|
|
##--------------------------------------------------------------------
|
|
|
|
## 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
|