Introduce metrics_port to supervisor and management framework.

This only adds the port value in the various required places. Its actual use
follows in the next commits.
This commit is contained in:
Christian Kreibich 2024-03-22 19:29:17 -07:00
parent 9e3c3b6923
commit 4e862cae9a
5 changed files with 37 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.