Class OverThresholdRequestsRecordedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.tracing.OverThresholdRequestsRecordedEvent
All Implemented Interfaces:
Event

public class OverThresholdRequestsRecordedEvent extends AbstractEvent
Emits the over threshold requests which can be used to analyze slow requests.
  • Constructor Details

  • Method Details

    • overThreshold

      @Deprecated public List<Map<String,Object>> overThreshold()
      Deprecated.
    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.