Skip to content

Commit 7b559f9

Browse files
committed
Added search to defaultNodeLabelValues
Signed-off-by: etgraylog <[email protected]>
1 parent e88bc26 commit 7b559f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/nodes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ var (
111111
fmt.Sprintf("%t", roles["data"]),
112112
fmt.Sprintf("%t", roles["ingest"]),
113113
fmt.Sprintf("%t", roles["client"]),
114+
fmt.Sprintf("%t", roles["search"]),
114115
}
115116
}
116117
defaultThreadPoolLabelValues = func(cluster string, node NodeStatsNodeResponse, pool string) []string {

0 commit comments

Comments
 (0)