toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
>