DropwizardMetrics

class DropwizardMetrics(registry: MetricRegistry, baseName: String)

Dropwizard metrics support plugin. See https://ktor.io/servers/features/metrics.html for details.

Constructors

Link copied to clipboard
fun DropwizardMetrics(registry: MetricRegistry, baseName: String = name("ktor.calls"))

Types

Link copied to clipboard
class Configuration

Metrics plugin configuration object that is used during plugin installation.

Link copied to clipboard

Metrics plugin companion

Properties

Link copied to clipboard
val baseName: String

metrics base name (prefix)

Link copied to clipboard
val registry: MetricRegistry

dropwizard metrics registry