mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Comment-only tweaks for telemetry-related settings.
These weren't quite accurate any more.
This commit is contained in:
parent
4d31335391
commit
3ecacf4f50
3 changed files with 3 additions and 7 deletions
|
@ -11,7 +11,7 @@ export {
|
|||
const metrics_address = getenv("ZEEK_DEFAULT_LISTEN_ADDRESS") &redef;
|
||||
|
||||
## Port used to make metric data available to Prometheus scrapers via
|
||||
## HTTP.
|
||||
## HTTP. The default value means Zeek won't expose the port.
|
||||
const metrics_port = 0/unknown &redef;
|
||||
|
||||
## ID for the metrics exporter. This is used as the 'endpoint' label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue