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

[DOCS] Node Stats nodes.fs.io_stats.devices.XXXXX.io_time_in_millis not documented #85970

Open
stefnestor opened this issue Apr 18, 2022 · 2 comments
Labels
>bug >docs General docs changes Team:Distributed Meta label for distributed team (obsolete)

Comments

@stefnestor
Copy link
Contributor

👋🏼 howdy! The Node Stats API does not have information on how to interpret the following two columns which do return in the API (checked v8.1 & v7.x):

  • nodes.fs.io_stats.devices.{$COUNT}.io_time_in_millis
  • nodes.fs.io_stats.total.io_time_in_millis
"io_stats": {
    "devices": [{
            "device_name": "dm-1",
+            "io_time_in_millis": 7152,
            "operations": 20361,
            "read_kilobytes": 468,
            "read_operations": 58,
            "write_kilobytes": 284356,
            "write_operations": 20303 }],
    "total": {
+        "io_time_in_millis": 7152,
        "operations": 20361,
        "read_kilobytes": 468,
        "read_operations": 58,
        "write_kilobytes": 284356,
        "write_operations": 20303 }}
@stefnestor stefnestor added >bug >docs General docs changes Team:Docs Meta label for docs team labels Apr 18, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-docs (Team:Docs)

@debadair debadair changed the title [DOC] Node Stats - nodes.fs.io_stats.devices.XXXXX.io_time_in_millis not documented [DOCS] Node Stats nodes.fs.io_stats.devices.XXXXX.io_time_in_millis not documented Apr 27, 2022
@debadair debadair added the Team:Distributed Meta label for distributed team (obsolete) label Apr 27, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@lockewritesdocs lockewritesdocs removed the Team:Docs Meta label for docs team label May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug >docs General docs changes Team:Distributed Meta label for distributed team (obsolete)
Projects
None yet
Development

No branches or pull requests

4 participants