Telegraf: Aggregator Plugins: Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== BasicStats Aggregator Plugin == In this example we use the BasicStats Aggregator Plugin to aggregate the mean load of virtual cores per VM. <br> More detail…“) |
(kein Unterschied)
|
Version vom 14. Juni 2021, 16:13 Uhr
BasicStats Aggregator Plugin
In this example we use the BasicStats Aggregator Plugin to aggregate the mean load of virtual cores per VM.
More details here: [[1]]
# Keep the aggregate basicstats of each metric passing through. [[aggregators.basicstats]] namepass = ["hyperv_virtual_processor"] taginclude = ["VMName", "host"] ## The period on which to flush & clear the aggregator. period = "30s" ## If true, the original metric will be dropped by the ## aggregator and will not get sent to the output plugins. drop_original = true ## Configures which basic stats to push as fields stats = ["mean"]