enum Crometheus::Metric::Type
Defined in:
crometheus/metric.crEnum Members
-
Gauge =
0 -
Counter =
1 -
Histogram =
2 -
Summary =
3 -
Untyped =
4
Instance Method Summary
- #counter?
- #gauge?
- #histogram?
- #summary?
-
#to_s(io : IO)
Appends a
Stringrepresentation of this enum member to the given io. - #untyped?