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

EBS Read IOPS reported incorrectly #29

Closed
cyberchip-wang opened this issue Feb 6, 2024 · 0 comments · Fixed by #30
Closed

EBS Read IOPS reported incorrectly #29

cyberchip-wang opened this issue Feb 6, 2024 · 0 comments · Fixed by #30
Assignees
Labels
bug Something isn't working
Milestone

Comments

@cyberchip-wang
Copy link

There is a couple of places where the metric 'Ops' should be used.
E.g., the template file batch-grafana-dashboard-template.json has the following section, where the EBSReadOps_Average should be used.

  "title": "EBS Read IOPS",
  "transformations": [
    {
      "id": "calculateField",
      "options": {
        "alias": "EBS Read IOPS",
        "binary": {
          "left": "EBSReadBytes_Average",
          "operator": "/",
          "reducer": "sum",
          "right": "60"
        },
        "mode": "binary",
        "reduce": {
          "include": [
            "EBSReadBytes_Average"
          ],
          "reducer": "sum"
        },
        "replaceFields": true
      }
    }
  ],
  "type": "timeseries"
}

],

@mhuguesaws mhuguesaws added the bug Something isn't working label Feb 14, 2024
@mhuguesaws mhuguesaws added this to the 0.2.0 milestone Feb 14, 2024
@mhuguesaws mhuguesaws self-assigned this Feb 14, 2024
mhuguesaws added a commit that referenced this issue Mar 4, 2024
mhuguesaws added a commit that referenced this issue Mar 4, 2024
mhuguesaws added a commit that referenced this issue Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants