Package io.ktor.server.metrics.micrometer

Types

Link copied to clipboard
class MicrometerMetricsConfig

A configuration for the MicrometerMetrics plugin.

Properties

Link copied to clipboard

A plugin that enables Micrometer metrics in your Ktor server application and allows you to choose the required monitoring system, such as Prometheus, JMX, Elastic, and so on. By default, Ktor exposes metrics for monitoring HTTP requests and a set of low-level metrics for monitoring the JVM. You can customize these metrics or create new ones.