Management framework: add metrics port in management & Supervisor node records

This allows setting a metrics port for creation in new nodes.
This commit is contained in:
Christian Kreibich 2024-07-01 18:28:11 -07:00
parent 8eb74c04de
commit 563704a26e
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,8 @@ export {
## The PCAP file name from which the node will read/analyze packets.
## Typically used by worker nodes.
pcap_file: string &optional;
## The TCP port at which the cluster node exposes metrics for Prometheus.
metrics_port: port &optional;
};
## Configuration options that influence behavior of a supervised Zeek node.