All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.stats.SampledValues.scala Maven / Gradle / Ivy

There is a newer version: 21.2.0
Show newest version
package com.twitter.finagle.stats

import scala.collection.Map

/**
 * Struct representing the sampled values from
 * the Metrics registry.
 */
private[finagle] case class SampledValues(
  gauges: Map[String, Number],
  counters: Map[String, Number],
  histograms: Map[String, Snapshot])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy