locli-1.34: Cardano log analysis CLI
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Analysis.API.Metrics

Documentation

fScalar :: Text -> Width -> Unit -> s p a -> Text -> Text -> [Field s p a] Source #

fGrp :: Text -> Width -> Unit -> Precision -> Scale -> Range -> [Unit -> Precision -> Scale -> Range -> Width -> Text -> [Field s p a]] -> [Field s p a] Source #

fGrp' :: Text -> Text -> s p a -> Text -> Text -> Unit -> Precision -> Scale -> Range -> Width -> Text -> [Field s p a] Source #

fGrpF :: Text -> Width -> [Width -> Text -> [Field s p a]] -> [Field s p a] Source #

fGrpF' :: Text -> Text -> Unit -> Precision -> Scale -> Range -> s p a -> Text -> Text -> Width -> Text -> [Field s p a] Source #

fBoth :: Text -> Text -> Text -> Width -> Unit -> Precision -> Scale -> Range -> s p a -> Text -> Text -> [Field s p a] Source #

fBoth' :: Text -> Text -> Text -> Width -> Unit -> Precision -> Scale -> Range -> s p a -> [Field s p a] Source #

fPct :: Text -> Text -> Range -> s p a -> Text -> Text -> [Field s p a] Source #

fW64 :: Text -> Text -> Text -> Width -> Unit -> s p a -> Text -> Text -> [Field s p a] Source #

fW64' :: Text -> Text -> Text -> Width -> Unit -> s p a -> [Field s p a] Source #

fGrp2 :: Width -> Unit -> Precision -> Scale -> Range -> [Unit -> Precision -> Scale -> Range -> Width -> [Field s p a]] -> [Field s p a] Source #

fGrp2' :: Text -> Text -> Text -> s p a -> Text -> Text -> Unit -> Precision -> Scale -> Range -> Width -> [Field s p a] Source #

Orphan instances

ToJSON MultiClusterPerf Source # 
Instance details

TimelineFields BlockEvents Source # 
Instance details

Associated Types

data TimelineComments BlockEvents Source #

CDFFields BlockProp p Source # 
Instance details

CDFFields MachPerf p Source # 
Instance details

Show (TimelineComments BlockEvents) Source # 
Instance details

Show (TimelineComments (SlotStats NominalDiffTime)) Source # 
Instance details

Show (TimelineComments (Summary f)) Source # 
Instance details

TimelineFields (SlotStats NominalDiffTime) Source # 
Instance details

KnownCDF f => TimelineFields (Summary f) Source # 
Instance details

Associated Types

data TimelineComments (Summary f) Source #