Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data MonitorOptions = MonitorOptions {}
- class HasMonitorOptions t where
- monitorOptions :: Lens' t MonitorOptions
- monitorEnabled :: Lens' t Bool
- monitorHost :: Lens' t String
- monitorOpen :: Lens' t Bool
- monitorPort :: Lens' t Int
- parseMonitorOptions :: Parser MonitorOptions
- monitorUri :: HasMonitorOptions t => t -> String
Documentation
data MonitorOptions Source
Enable/disable EKG
class HasMonitorOptions t where Source
monitorOptions :: Lens' t MonitorOptions Source
monitorEnabled :: Lens' t Bool Source
monitorHost :: Lens' t String Source
monitorOpen :: Lens' t Bool Source
monitorPort :: Lens' t Int Source
parseMonitorOptions :: Parser MonitorOptions Source
Parse EKG configuration
monitorUri :: HasMonitorOptions t => t -> String Source