Skip to content

Commit 3681288

Browse files
Update doc/cookbook/expose-prometheus/ExposePrometheus.lhs
Co-authored-by: Théophile Choutri <[email protected]>
1 parent e836079 commit 3681288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cookbook/expose-prometheus/ExposePrometheus.lhs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ type HelloAPI =
118118
helloWhoToCounterBreakdown :: HelloWho -> Text
119119
helloWhoToCounterBreakdown (HelloWho txt) = txt
120120
121-
handleHello :: Counters -> Maybe HelloWhom -> Handler Greeting
121+
handleHello :: Counters -> Maybe HelloWho -> Handler Greeting
122122
handleHello counters Nothing = do
123123
let breakdown = "n/a"
124124
liftIO $ Prometheus.withLabel (countHellos counters) breakdown Prometheus.incCounter

0 commit comments

Comments
 (0)