Interface MetricName


  • @Immutable
    public interface MetricName
    • Method Detail

      • safeName

        java.lang.String safeName()
        General/abstract measure (e.g. server.response-time).

        Names must be Safe to log.

      • safeTags

        @NaturalOrder
        java.util.SortedMap<java.lang.String,​java.lang.String> safeTags()
        Metadata/coordinates for where a particular measure came from. Used for filtering and grouping.

        All tags and keys must be Safe to log.