Open
Description
Hi, I've encountered a surprising behaviour where the exported metrics for specialized data nodes will report es_data_node=false
.
Looking at the code, it will only report es_data_node=true
if the node has the role data
. Is this expected?
Shouldn't the exporter report es_data_node=true
if the node has a role within data.*
?