Add comment to telemetry::Manager::InitPostScript

This commit is contained in:
Tim Wojtulewicz 2024-05-22 17:02:29 -07:00
parent e3e806ca23
commit 6eab954fd2

View file

@ -41,7 +41,9 @@ public:
/** /**
* Initialization of the manager. This is called late during Zeek's * Initialization of the manager. This is called late during Zeek's
* initialization after any scripts are processed. * initialization after any scripts are processed. Sets up the Prometheus
* server and the process stats metrics, and on a manager node will enable
* the Prometheus service discovery endpoint.
*/ */
void InitPostScript(); void InitPostScript();