Skip to content

Commit

Permalink
fix formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanjouty committed Sep 18, 2024
1 parent d6b8bc1 commit 77fe00c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{-|
Provides seamless instrumentation of your existing @consumers@ using Prometheus
(see the [`consumers`](https://hackage.haskell.org/package/consumers) library
for usage).
-}
-- |
-- Provides seamless instrumentation of your existing @consumers@ using Prometheus
-- (see the [`consumers`](https://hackage.haskell.org/package/consumers) library
-- for usage).
module Database.PostgreSQL.Consumers.Instrumented
( -- * Instrument
runInstrumentedConsumer

-- ** Configuration
, defaultConsumerMetricsConfig
, ConsumerMetricsConfig (..)

-- ** Metrics
, ConsumerMetrics
, registerConsumerMetrics
Expand Down Expand Up @@ -70,7 +71,6 @@ defaultConsumerMetricsConfig =
-- # HELP consumers_job_info The number of workers registered for a given job_name
-- # TYPE consumers_job_info gauge
-- @
--
data ConsumerMetrics = ConsumerMetrics
{ collectSeconds :: Int
, collectDegradeThresholdSeconds :: Double
Expand Down

0 comments on commit 77fe00c

Please sign in to comment.