We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c2ffc commit cbbe4adCopy full SHA for cbbe4ad
collector/nodes.go
@@ -111,6 +111,7 @@ var (
111
fmt.Sprintf("%t", roles["data"]),
112
fmt.Sprintf("%t", roles["ingest"]),
113
fmt.Sprintf("%t", roles["client"]),
114
+ fmt.Sprintf("%t", roles["search"]),
115
}
116
117
defaultThreadPoolLabelValues = func(cluster string, node NodeStatsNodeResponse, pool string) []string {
0 commit comments