MetricIdentifier

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

MetricIdentifier defines the name and optionally selector for a metric

Value Params
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

def getName: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product