mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Generalize high resolution timeseries
In InfluxDB, 5 minutes timeseries are now written with a minimum of 1 minute resolution
This commit is contained in:
parent
bd99c73cc5
commit
a594e648c4
21 changed files with 482 additions and 269 deletions
|
|
@ -1117,6 +1117,7 @@ local known_parameters = {
|
|||
["topk_heuristic_precision"] = validateChoiceInline({"disabled", "more_accurate", "accurate", "aggressive"}),
|
||||
["bridging_policy_target_type"] = validateChoiceInline({"per_protocol", "per_category", "both"}),
|
||||
["timeseries_driver"] = validateChoiceInline({"rrd", "influxdb"}),
|
||||
["ts_high_resolution"] = validateNumber,
|
||||
|
||||
-- Other
|
||||
["flush_alerts_data"] = validateEmpty,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue