DropwizardMetricsConfig

A configuration for the DropwizardMetrics plugin.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

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

Link copied to clipboard

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.