Data.Prometheus.Types
data MetricId Source #
Constructors
Fields
Defined in Data.Prometheus.Types
Methods
showsPrec :: Int -> MetricId -> ShowS #
show :: MetricId -> String #
showList :: [MetricId] -> ShowS #
(==) :: MetricId -> MetricId -> Bool #
(/=) :: MetricId -> MetricId -> Bool #
compare :: MetricId -> MetricId -> Ordering #
(<) :: MetricId -> MetricId -> Bool #
(<=) :: MetricId -> MetricId -> Bool #
(>) :: MetricId -> MetricId -> Bool #
(>=) :: MetricId -> MetricId -> Bool #
max :: MetricId -> MetricId -> MetricId #
min :: MetricId -> MetricId -> MetricId #
data Metric Source #
showsPrec :: Int -> Metric -> ShowS #
show :: Metric -> String #
showList :: [Metric] -> ShowS #
(==) :: Metric -> Metric -> Bool #
(/=) :: Metric -> Metric -> Bool #
compare :: Metric -> Metric -> Ordering #
(<) :: Metric -> Metric -> Bool #
(<=) :: Metric -> Metric -> Bool #
(>) :: Metric -> Metric -> Bool #
(>=) :: Metric -> Metric -> Bool #
max :: Metric -> Metric -> Metric #
min :: Metric -> Metric -> Metric #