Safe Haskell | None |
---|---|
Language | Haskell2010 |
CDP.Domains.Performance
Description
Performance
Synopsis
- data PerformanceGetMetrics = PerformanceGetMetrics {}
- data PPerformanceGetMetrics = PPerformanceGetMetrics
- data PPerformanceEnable = PPerformanceEnable {}
- data PPerformanceEnableTimeDomain
- data PPerformanceDisable = PPerformanceDisable
- data PerformanceMetrics = PerformanceMetrics {}
- data PerformanceMetric = PerformanceMetric {}
- pPerformanceDisable :: PPerformanceDisable
- pPerformanceEnable :: PPerformanceEnable
- pPerformanceGetMetrics :: PPerformanceGetMetrics
Documentation
data PerformanceGetMetrics Source #
Constructors
PerformanceGetMetrics | |
Fields
|
Instances
Eq PerformanceGetMetrics Source # | |
Defined in CDP.Domains.Performance Methods (==) :: PerformanceGetMetrics -> PerformanceGetMetrics -> Bool # (/=) :: PerformanceGetMetrics -> PerformanceGetMetrics -> Bool # | |
Show PerformanceGetMetrics Source # | |
Defined in CDP.Domains.Performance Methods showsPrec :: Int -> PerformanceGetMetrics -> ShowS # show :: PerformanceGetMetrics -> String # showList :: [PerformanceGetMetrics] -> ShowS # | |
FromJSON PerformanceGetMetrics Source # | |
Defined in CDP.Domains.Performance Methods parseJSON :: Value -> Parser PerformanceGetMetrics # parseJSONList :: Value -> Parser [PerformanceGetMetrics] # |
data PPerformanceGetMetrics Source #
Retrieve current values of run-time metrics.
Parameters of the getMetrics
command.
Constructors
PPerformanceGetMetrics |
Instances
data PPerformanceEnable Source #
Constructors
PPerformanceEnable | |
Fields
|
Instances
Eq PPerformanceEnable Source # | |
Defined in CDP.Domains.Performance Methods (==) :: PPerformanceEnable -> PPerformanceEnable -> Bool # (/=) :: PPerformanceEnable -> PPerformanceEnable -> Bool # | |
Show PPerformanceEnable Source # | |
Defined in CDP.Domains.Performance Methods showsPrec :: Int -> PPerformanceEnable -> ShowS # show :: PPerformanceEnable -> String # showList :: [PPerformanceEnable] -> ShowS # | |
ToJSON PPerformanceEnable Source # | |
Defined in CDP.Domains.Performance Methods toJSON :: PPerformanceEnable -> Value # toEncoding :: PPerformanceEnable -> Encoding # toJSONList :: [PPerformanceEnable] -> Value # toEncodingList :: [PPerformanceEnable] -> Encoding # | |
Command PPerformanceEnable Source # | |
Defined in CDP.Domains.Performance Associated Types Methods commandName :: Proxy PPerformanceEnable -> String Source # fromJSON :: Proxy PPerformanceEnable -> Value -> Result (CommandResponse PPerformanceEnable) Source # | |
type CommandResponse PPerformanceEnable Source # | |
Defined in CDP.Domains.Performance |
data PPerformanceEnableTimeDomain Source #
Enable collecting and reporting metrics.
Parameters of the enable
command.
Instances
data PPerformanceDisable Source #
Disable collecting and reporting metrics.
Parameters of the disable
command.
Constructors
PPerformanceDisable |
Instances
data PerformanceMetrics Source #
Type of the metrics
event.
Constructors
PerformanceMetrics | |
Fields
|
Instances
Eq PerformanceMetrics Source # | |
Defined in CDP.Domains.Performance Methods (==) :: PerformanceMetrics -> PerformanceMetrics -> Bool # (/=) :: PerformanceMetrics -> PerformanceMetrics -> Bool # | |
Show PerformanceMetrics Source # | |
Defined in CDP.Domains.Performance Methods showsPrec :: Int -> PerformanceMetrics -> ShowS # show :: PerformanceMetrics -> String # showList :: [PerformanceMetrics] -> ShowS # | |
FromJSON PerformanceMetrics Source # | |
Defined in CDP.Domains.Performance Methods parseJSON :: Value -> Parser PerformanceMetrics # parseJSONList :: Value -> Parser [PerformanceMetrics] # | |
Event PerformanceMetrics Source # | |
Defined in CDP.Domains.Performance |
data PerformanceMetric Source #
Type Metric
.
Run-time execution metric.
Constructors
PerformanceMetric | |
Fields
|
Instances
Eq PerformanceMetric Source # | |
Defined in CDP.Domains.Performance Methods (==) :: PerformanceMetric -> PerformanceMetric -> Bool # (/=) :: PerformanceMetric -> PerformanceMetric -> Bool # | |
Show PerformanceMetric Source # | |
Defined in CDP.Domains.Performance Methods showsPrec :: Int -> PerformanceMetric -> ShowS # show :: PerformanceMetric -> String # showList :: [PerformanceMetric] -> ShowS # | |
ToJSON PerformanceMetric Source # | |
Defined in CDP.Domains.Performance Methods toJSON :: PerformanceMetric -> Value # toEncoding :: PerformanceMetric -> Encoding # toJSONList :: [PerformanceMetric] -> Value # toEncodingList :: [PerformanceMetric] -> Encoding # | |
FromJSON PerformanceMetric Source # | |
Defined in CDP.Domains.Performance Methods parseJSON :: Value -> Parser PerformanceMetric # parseJSONList :: Value -> Parser [PerformanceMetric] # |