chore: node exporter (#2979)

This commit is contained in:
icey-yu
2024-12-18 18:10:25 +08:00
committed by GitHub
parent 9929bd3ce5
commit 04f3c99697
15 changed files with 41 additions and 22 deletions
+2 -2
View File
@@ -8,14 +8,14 @@ rpc:
autoSetPorts: true
# List of ports that the RPC service listens on; configuring multiple ports will launch multiple instances. These must match the number of configured prometheus ports
# It will only take effect when autoSetPorts is set to false.
ports: [ 10280 ]
ports:
prometheus:
# Enable or disable Prometheus monitoring
enable: true
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
# It will only take effect when autoSetPorts is set to false.
ports: [ 12280 ]
ports:
# Does sending messages require friend verification