Adds timeseries of iowait

This commit is contained in:
Simone Mainardi 2020-02-27 18:20:42 +01:00
parent 2dbdc13ec6
commit f6bd1b3493
5 changed files with 53 additions and 9 deletions

View file

@ -5,6 +5,14 @@
local ts_utils = require "ts_utils_core"
local schema
-------------------------------------------------------
-- SYSTEM CPU states
-------------------------------------------------------
schema = ts_utils.newSchema("system:iowait", {step = 5, metrics_type = ts_utils.metrics.gauge})
schema:addTag("ifid")
schema:addMetric("iowait_pct")
-------------------------------------------------------
-- FLOW USER SCRIPTS SCHEMAS
-------------------------------------------------------