Package-level declarations
Types
Link copied to clipboard
class PrometheusConfig
Configuration options for Prometheus metrics installation in a Ktor application.
Functions
Link copied to clipboard
fun Application.installPrometheusMetrics(exporter: PrometheusExporter = PrometheusExporter(), configure: PrometheusConfig.() -> Unit = {})
Installs Prometheus metrics collection into the Ktor Application.