Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.BM.Backend.Monitoring
Contents
Synopsis
- data Monitor a
- plugin :: (IsEffectuator s a, ToJSON a, FromJSON a) => Configuration -> Trace IO a -> s a -> IO (Plugin a)
Documentation
Instances
IsEffectuator Monitor a Source # | |
Defined in Cardano.BM.Backend.Monitoring Methods effectuate :: Monitor a -> LogObject a -> IO () Source # effectuatefrom :: IsEffectuator s a => Monitor a -> LogObject a -> s a -> IO () Source # handleOverflow :: Monitor a -> IO () Source # | |
FromJSON a => IsBackend Monitor a Source # | |
Defined in Cardano.BM.Backend.Monitoring Associated Types type BackendFailure Monitor Source # Methods bekind :: Monitor a -> BackendKind Source # realize :: Configuration -> IO (Monitor a) Source # realizefrom :: IsEffectuator s a => Configuration -> Trace IO a -> s a -> IO (Monitor a) Source # | |
type BackendFailure Monitor Source # | |
Defined in Cardano.BM.Backend.Monitoring |