Skip to content

Commit

Permalink
Added search to defaultNodeLabelValues
Browse files Browse the repository at this point in the history
  • Loading branch information
etgraylog committed Feb 23, 2024
1 parent 59c2ffc commit cbbe4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ var (
fmt.Sprintf("%t", roles["data"]),
fmt.Sprintf("%t", roles["ingest"]),
fmt.Sprintf("%t", roles["client"]),
fmt.Sprintf("%t", roles["search"]),
}
}
defaultThreadPoolLabelValues = func(cluster string, node NodeStatsNodeResponse, pool string) []string {
Expand Down

0 comments on commit cbbe4ad

Please sign in to comment.