MetricIdentifier

final case class MetricIdentifier(name: String, selector: Option[LabelSelector])

MetricIdentifier defines the name and optionally selector for a metric

Source:
MetricIdentifier.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Source:
MetricIdentifier.scala

if selector has a value, transforms to the result of function

if selector has a value, transforms to the result of function

Source:
MetricIdentifier.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
MetricIdentifier.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Source:
MetricIdentifier.scala

Inherited methods

Inherited from:
Product