Class Utils.HistogramKey

  • Enclosing class:
    Utils

    public static class Utils.HistogramKey
    extends Object
    Uniquely identifies a time-series - time-interval pair. These are the base sample aggregation scopes on the agent.
    • Method Detail

      • getGranularityOrdinal

        public byte getGranularityOrdinal()
      • getBinId

        public int getBinId()
      • getMetric

        public String getMetric()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getTagsAsMap

        public Map<String,​String> getTagsAsMap()
        Unpacks tags into a map.
      • getBinTimeMillis

        public long getBinTimeMillis()
      • getBinDurationInMillis

        public long getBinDurationInMillis()