Packages

p

ustats

package ustats

Linear Supertypes
Probing, Stats, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ustats
  2. Probing
  3. Stats
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class MetricsServer extends AnyRef

    A convenience HTTP server to export metrics at the standard /metrics endpoint

Value Members

  1. def addInfo(name: String, help: String, tpe: String, comment: String): String
    Definition Classes
    Stats
  2. def addRawMetric(name: String, labels: Seq[(String, Any)]): DoubleAdder
    Definition Classes
    Stats
  3. def buildInfo(properties: (String, Any)*): Unit
    Definition Classes
    Stats
  4. def counter(name: String, help: String, labels: Seq[(String, Any)]): Counter
    Definition Classes
    Stats
  5. def counters(name: String, help: String, labels: Seq[String]): Metrics[Counter]
    Definition Classes
    Stats
  6. def gauge(name: String, help: String, labels: Seq[(String, Any)]): Gauge
    Definition Classes
    Stats
  7. def gauges(name: String, help: String, labels: Seq[String]): Metrics[Gauge]
    Definition Classes
    Stats
  8. def histogram(name: String, help: String, buckets: BucketDistribution, labels: Seq[(String, Any)]): Histogram
    Definition Classes
    Stats
  9. def histograms(name: String, help: String, buckets: BucketDistribution, labels: Seq[String]): Metrics[Histogram]
    Definition Classes
    Stats
  10. def metrics(includeInfo: Boolean): String
    Definition Classes
    Stats
  11. lazy val probeFailureCounter: Option[Metrics[Counter]]
    Definition Classes
    Probing
  12. lazy val probePool: ScheduledExecutorService
    Definition Classes
    Probing
  13. def writeMetricsTo(out: OutputStream, includeInfo: Boolean): Unit
    Definition Classes
    Stats
  14. object MetricsServer
  15. object server extends MetricsServer

    Default global stats HTTP server.

Inherited from Probing

Inherited from Stats

Inherited from AnyRef

Inherited from Any

Ungrouped