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 e88bc26 commit 7b559f9Copy full SHA for 7b559f9
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