MetricKey

object MetricKey
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def counter(name: String): Counter

Creates a metric key for a counter, with the specified name.

Creates a metric key for a counter, with the specified name.

Creates a metric key for a categorical frequency table, with the specified name.

Creates a metric key for a categorical frequency table, with the specified name.

def gauge(name: String): Gauge

Creates a metric key for a gauge, with the specified name.

Creates a metric key for a gauge, with the specified name.

def histogram(name: String, boundaries: Boundaries): Histogram

Creates a metric key for a histogram, with the specified name.

Creates a metric key for a histogram, with the specified name.

def summary(name: String, maxAge: Duration, maxSize: Int, error: Double, quantiles: Chunk[Double]): Summary

Creates a metric key for a summary, with the specified name.

Creates a metric key for a summary, with the specified name.