Package-level declarations

Functions

Link copied to clipboard
fun OpenMetricsSink(delegate: Sink<String>, namespace: String = "flowmvi", includeHelp: Boolean = true, includeUnit: Boolean = true, includeTimestamp: Boolean = false, surfaceVersion: MetricsSchemaVersion? = null): MetricsSink

Builds a sink that emits OpenMetrics-compliant text.

Link copied to clipboard
fun PrometheusSink(delegate: Sink<String>, namespace: String = "flowmvi", includeHelp: Boolean = true, includeUnit: Boolean = false, includeTimestamp: Boolean = false, surfaceVersion: MetricsSchemaVersion? = null): MetricsSink

Builds a sink that emits Prometheus exposition format (0.0.4) text.