Generalize high resolution timeseries

In InfluxDB, 5 minutes timeseries are now written with a minimum of 1 minute resolution
This commit is contained in:
emanuele-f 2018-09-03 10:10:03 +02:00
parent bd99c73cc5
commit a594e648c4
21 changed files with 482 additions and 269 deletions

View file

@ -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,