You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
325 B
7 lines
325 B
prometheus:
|
|
# Enable or disable Prometheus monitoring
|
|
enable: true
|
|
# List of ports that Prometheus listens on; each port corresponds to an instance of monitoring. Ensure these are managed accordingly
|
|
# Because four instances have been launched, four ports need to be specified
|
|
ports: [ 20108, 20109, 20110, 20111 ]
|