mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Remove Telemetry::metrics_export_prefixes option
This commit is contained in:
parent
c4875da74e
commit
4361880e09
1 changed files with 0 additions and 5 deletions
|
@ -17,9 +17,4 @@ export {
|
||||||
## overrides any value provided in zeek_init or earlier at startup if
|
## overrides any value provided in zeek_init or earlier at startup if
|
||||||
## the environment variable ZEEK_METRICS_ENDPOINT_NAME is defined.
|
## the environment variable ZEEK_METRICS_ENDPOINT_NAME is defined.
|
||||||
const metrics_endpoint_name = "" &redef;
|
const metrics_endpoint_name = "" &redef;
|
||||||
|
|
||||||
## Selects prefixes from the local metrics. Only metrics with prefixes
|
|
||||||
## listed in this variable are included when publishing local metrics.
|
|
||||||
## Setting an empty vector selects *all* metrics.
|
|
||||||
const metrics_export_prefixes: vector of string = vector() &redef;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue