public interface Tag
Represents a metrics tag.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    The tag key.
    The tag value.
  • Method Details

    • getKey

      String getKey()
      The tag key.
      Returns:
      the key
    • getValue

      String getValue()
      The tag value.
      Returns:
      the value