MetricIdentifier

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

MetricIdentifier defines the name and optionally selector for a metric

Value parameters:
name

name is the name of the given metric

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

name is the name of the given metric

name is the name of the given metric

This effect always succeeds, it is safe to use the field name directly.

Gets selector.

Gets selector.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product