DropwizardMetricsConfig

class DropwizardMetricsConfig

A configuration for the DropwizardMetrics plugin.

Constructors

Link copied to clipboard
fun DropwizardMetricsConfig()

Properties

Link copied to clipboard
var baseName: String

Specifies the base name (prefix) of Ktor metrics used for monitoring HTTP requests.

Link copied to clipboard
var registerJvmMetricSets: Boolean = true

Allows you to configure a set of metrics for monitoring the JVM. You can disable these metrics by setting this property to false.

Link copied to clipboard
var registry: MetricRegistry

Specifies the meter registry for your monitoring system.