http4k-ops-core
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-ops-core
http4k-ops-core
/
org.http4k.metrics
/
MetricsDefaults
Metrics
Defaults
data
class
MetricsDefaults
(
val
counterDescription
:
Pair
<
String
,
String
>
,
val
timerDescription
:
Pair
<
String
,
String
>
,
val
labeler
:
HttpTransactionLabeler
)
Members
Constructors
Metrics
Defaults
Link copied to clipboard
constructor
(
counterDescription
:
Pair
<
String
,
String
>
,
timerDescription
:
Pair
<
String
,
String
>
,
labeler
:
HttpTransactionLabeler
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
counter
Description
Link copied to clipboard
val
counterDescription
:
Pair
<
String
,
String
>
labeler
Link copied to clipboard
val
labeler
:
HttpTransactionLabeler
timer
Description
Link copied to clipboard
val
timerDescription
:
Pair
<
String
,
String
>