zio-metrics-dropwizard
zio-metrics-dropwizard
zio.metrics.dropwizard
Counter
Counter
DropwizardExtractor
types
Extractor
Gauge
Gauge
Histogram
Histogram
Meter
Meter
Metric
Registry
Service
RegistryPrinter
Server
Timer
Timer
typeclasses
zio.metrics.dropwizard.helpers
counter
gauge
histogram
meter
timer
zio.metrics.dropwizard.reporters
Reporters
Service
zio-metrics-dropwizard
/
zio.metrics.dropwizard
/
Extractor
Extractor
trait
Extractor
[F[_], A]
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Types
type
Filter
=
Option
[
String
]
Value members
Abstract fields
val
extractCounters
:
MetricRegistry
=>
Filter
=>
RIO
[
Registry
,
F
[
A
]]
val
extractGauges
:
MetricRegistry
=>
Filter
=>
RIO
[
Registry
,
F
[
A
]]
val
extractHistograms
:
MetricRegistry
=>
Filter
=>
RIO
[
Registry
,
F
[
A
]]
val
extractMeters
:
MetricRegistry
=>
Filter
=>
RIO
[
Registry
,
F
[
A
]]
val
extractTimers
:
MetricRegistry
=>
Filter
=>
RIO
[
Registry
,
F
[
A
]]