Class JsonConfigGroup

    • Field Detail

      • bufferLength

        @ConfigItem(defaultValue="3")
        public Integer bufferLength
        Statistics like max, percentiles, and histogram counts decay over time to give greater weight to recent samples. Samples are accumulated to such statistics in ring buffers which rotate after the expiry, with this buffer length.
      • expiry

        @ConfigItem(defaultValue="P3D")
        public Duration expiry
        Statistics like max, percentiles, and histogram counts decay over time to give greater weight to recent samples. Samples are accumulated to such statistics in ring buffers which rotate after this expiry, with a particular buffer length.
    • Constructor Detail

      • JsonConfigGroup

        public JsonConfigGroup()