Package

com.twitter.finagle

stats

Permalink

package stats

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. stats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class HostMetricsExporter extends JsonExporter with HttpMuxHandler

    Permalink
  2. class ImmediateMetricsStatsReceiver extends MetricsStatsReceiver

    Permalink

    This implementation of MetricsStatsReceiver that doesn't use WindowedApproximateHistogram but ApproximateHistogram.

    This implementation of MetricsStatsReceiver that doesn't use WindowedApproximateHistogram but ApproximateHistogram. Any value added is immediately aggregated in the result.

  3. class JsonExporter extends Service[Request, Response]

    Permalink
  4. class MetricsExporter extends JsonExporter with HttpMuxHandler with MetricsRegistry

    Permalink
  5. class MetricsHostStatsReceiver extends HostStatsReceiver

    Permalink
  6. class MetricsStatsReceiver extends StatsReceiverWithCumulativeGauges

    Permalink

    This implementation of StatsReceiver uses the com.twitter.common.metrics library under the hood.

    This implementation of StatsReceiver uses the com.twitter.common.metrics library under the hood.

    Note: Histogram uses com.twitter.common.stats.WindowedApproxHistogram under the hood. It is (by default) configured to store events in a 80 seconds moving window, reporting metrics on the first 60 seconds. It means that when you add a value, you need to wait at most 20 seconds before this value will be aggregated in the exported metrics.

Value Members

  1. object ImmediateMetricsStatsReceiver

    Permalink
  2. object JsonExporter

    Permalink
  3. object MetricsStatsReceiver

    Permalink
  4. object debugLoggedStatNames extends GlobalFlag[Set[String]]

    Permalink
  5. object format extends GlobalFlag[String]

    Permalink
  6. object scopeSeparator extends GlobalFlag[String]

    Permalink
  7. object statsFilter extends GlobalFlag[String]

    Permalink

    Blacklist of regex, comma-separated.

    Blacklist of regex, comma-separated. Comma is a reserved character and cannot be used. Used with regexes from statsFilterFile.

    See http://www.scala-lang.org/api/current/#scala.util.matching.Regex

  8. object statsFilterFile extends GlobalFlag[Set[File]]

    Permalink

    Comma-separated blacklist of files.

    Comma-separated blacklist of files. Each file may have multiple filters, separated by new lines. Used with regexes from statsFilter.

    See http://www.scala-lang.org/api/current/#scala.util.matching.Regex

  9. object useCounterDeltas extends GlobalFlag[Boolean]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped