Class MetricIdentifier

    • Constructor Detail

      • MetricIdentifier

        public MetricIdentifier()
        No args constructor for use in serialization
    • Method Detail

      • getName

        public String getName()
        name is the name of the given metric
      • setName

        public void setName​(String name)
        name is the name of the given metric
      • getSelector

        public LabelSelector getSelector()
        MetricIdentifier defines the name and optionally selector for a metric
      • setSelector

        public void setSelector​(LabelSelector selector)
        MetricIdentifier defines the name and optionally selector for a metric
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)