Skip to content

Commit cbbe4ad

Browse files
committed
Added search to defaultNodeLabelValues
1 parent 59c2ffc commit cbbe4ad

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)