Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect es_data_node label value for specialized data nodes #779

Open
dcupif opened this issue Sep 26, 2023 · 3 comments
Open

Incorrect es_data_node label value for specialized data nodes #779

dcupif opened this issue Sep 26, 2023 · 3 comments
Labels

Comments

@dcupif
Copy link

dcupif commented Sep 26, 2023

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.*?

@giray
Copy link

giray commented Nov 16, 2023

elasticsearch_filesystem_data_available_bytes{es_data_node="true"} currently returns zero results

@zdlouhy
Copy link

zdlouhy commented Dec 21, 2023

Hi, same issue on elasticsearch v8.11.0

@sysadmind sysadmind added the bug label Dec 21, 2023
@sysadmind
Copy link
Contributor

Two things would be helpful in fixing this bug:

  1. The output of /_nodes/stats so that we can include it in our tests.
  2. Any links to documentation about the values that can be expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants