Class DiagnosticsReport

    • Method Detail

      • ringBufferDiagnostics

        public RingBufferDiagnostics ringBufferDiagnostics()
        Returns a breakdown of the requests in the internal ringbuffer.
      • exportToJson

        public String exportToJson()
        Exports this report into the standard JSON format which is consistent across different language SDKs.
        Returns:
        the encoded JSON string.
      • exportToJson

        public String exportToJson​(boolean pretty)
        Exports this report into the standard JSON format which is consistent across different language SDKs.
        Returns:
        the encoded JSON string.