Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 157b83f

Browse files
committedMar 18, 2024·
Indexing instrumentation changes for auto-create indices and threadpool queue waiting
1 parent 4f47a9e commit 157b83f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎server/src/main/java/org/opensearch/telemetry/tracing/AttributeNames.java

+5
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,9 @@ private AttributeNames() {
119119
* Search Response Total Hits
120120
*/
121121
public static final String TOTAL_HITS = "total_hits";
122+
123+
/**
124+
* Number of Indices
125+
*/
126+
public static final String NUM_INDICES = "num_indices";
122127
}

0 commit comments

Comments
 (0)
Please sign in to comment.