Interface SlowLogFields


public interface SlowLogFields
Fields for the slow log. These may be different each call depending on the state of the system.
  • Method Details

    • indexFields

      Map<String,String> indexFields()
      Slow log fields for indexing events
      Returns:
      map of field name to value
    • searchFields

      Map<String,String> searchFields()
      Slow log fields for search events
      Returns:
      map of field name to value
    • queryFields

      default Map<String,String> queryFields()
      Slow log fields for query
      Returns:
      map of field name to value