Skip to content

Commit a8cd7d4

Browse files
Update x-pack/plugin/profiling/src/main/java/org/elasticsearch/xpack/profiling/action/TransportGetStackTracesAction.java
Co-authored-by: Christos Kalkanis <[email protected]>
1 parent 8b4139d commit a8cd7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/profiling/src/main/java/org/elasticsearch/xpack/profiling/action/TransportGetStackTracesAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ private void searchEventGroupedByStackTrace(
343343
.executionHint("map")
344344
.subAggregation(groupByHostId);
345345
TermsAggregationBuilder groupByExecutableName = new TermsAggregationBuilder("group_by")
346-
// 'size' specifies the max number of host ID we support per request.
346+
// 'size' specifies the max number of host IDs we support per request.
347347
.size(MAX_TRACE_EVENTS_RESULT_SIZE)
348348
.field("process.executable.name")
349349
// missing("") is used to include documents where the field is missing.

0 commit comments

Comments
 (0)