ganeti

Safe HaskellNone

Ganeti.HTools.Cluster.MetricsComponents

Description

Module describing cluster metrics components.

Metrics components are used for generation of functions deaing with cluster statistics.

Synopsis

Documentation

type D = DoubleSource

metricComponents :: [MetricComponent]Source

List containing all currently enabled cluster metrics components

sumComp :: String -> ExpQ -> Bool -> ExpQ -> MetricComponentSource

stdDevComp :: String -> ExpQ -> Bool -> ExpQ -> MetricComponentSource

mapComp :: String -> ExpQ -> Bool -> ExpQ -> MetricComponentSource