DI

Size: a a a
DI
DR
D
run :: (FrameworkConfig, FrontController RootApplication) => IO ()
MK
MK
D
к
run :: (FrameworkConfig, FrontController RootApplication) => IO ()
AP
AP
AP
AP
AP
JS
AV
t <- register $ Prometheus.Metric.WindowGauge.gauge (Info "1" "2")
Prometheus.Metric.WindowGauge.addGauge t 20
Prometheus.Metric.WindowGauge.subGauge t 3
Prometheus.Metric.WindowGauge.getGauge t
20
Prometheus.Metric.WindowGauge.refreshGauge t
20
Prometheus.Metric.WindowGauge.getGauge t
17
A