sendGaugeMetric

fun sendGaugeMetric(metric: MetricKeys, value: Long, labels: Map<String, String> = emptyMap())

Send a gauge metric (for values that can go up or down) Used for things like duration, memory usage, active connections