Skip to content

Commit

Permalink
Indexing instrumentation changes for auto-create indices and threadpo…
Browse files Browse the repository at this point in the history
…ol queue waiting
  • Loading branch information
rayshrey committed Mar 18, 2024
1 parent 4f47a9e commit 157b83f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,9 @@ private AttributeNames() {
* Search Response Total Hits
*/
public static final String TOTAL_HITS = "total_hits";

/**
* Number of Indices
*/
public static final String NUM_INDICES = "num_indices";
}

0 comments on commit 157b83f

Please sign in to comment.