Package-level declarations

Types

Link copied to clipboard

Explicit, instance-scoped component instrumentation entry point.

Link copied to clipboard
data class MetricDescriptor(val component: String, val operation: String, val context: String = NONE, val aggregate: String = NONE, val message: String = NONE, val processor: String = NONE, val source: String = NONE, val subscriber: String = NONE)

Low-cardinality identity shared by all Wow metric families.

Link copied to clipboard
class WowMetrics(meterRegistry: MeterRegistry? = null)

Instance-scoped entry point for all Wow metrics.

Functions