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

Use line stacked in mem.json ? #1892

Closed
Joxit opened this issue Aug 16, 2017 · 2 comments
Closed

Use line stacked in mem.json ? #1892

Joxit opened this issue Aug 16, 2017 · 2 comments
Milestone

Comments

@Joxit
Copy link
Contributor

Joxit commented Aug 16, 2017

Why do not you use the lines stacked for memory? "type": "line-stacked"

"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "e6e5063c-43d5-409b-a0ab-68da51ed3f28",
"name": "System - Memory Gigabytes Used",
"queries": [
{
"query": "SELECT mean(\"used\") / 1073741824 AS \"used\", mean(\"available\") / 1073741824 AS \"available\" FROM \"mem\"",
"label": "GB",
"groupbys": [],
"wheres": []
}
]
}

This could be more meaningful given that used + available = total

@nhaugo nhaugo added this to the 1.3.x milestone Aug 23, 2017
@nhaugo
Copy link
Contributor

nhaugo commented Aug 23, 2017

@Joxit any interest in submitting a PR

Joxit added a commit to Joxit/chronograf that referenced this issue Aug 24, 2017
goller added a commit that referenced this issue Aug 25, 2017
Use line stacked in mem.json (#1892)
@Joxit
Copy link
Contributor Author

Joxit commented Aug 25, 2017

Done in #1933

@Joxit Joxit closed this as completed Aug 25, 2017
@nhaugo nhaugo modified the milestones: 1.3.8, 1.3.x Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants