Class BusinessMetricCollection


  • public class BusinessMetricCollection
    extends Object
    • Constructor Detail

      • BusinessMetricCollection

        public BusinessMetricCollection()
      • BusinessMetricCollection

        public BusinessMetricCollection​(int maxMetricsStringInBytes)
    • Method Detail

      • recordedMetrics

        public List<String> recordedMetrics()
      • addMetric

        public void addMetric​(String metric)
      • asBoundedString

        public String asBoundedString()
        Constructs a string representation of a collection of business metrics strings in Base64 formats. The resulting string has a maximum length of MAX_METRICS_STRING_IN_BYTES bytes.