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

Per Node Dashboard and .cfg stat groups #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed HDFS-datanode-1.png
Binary file not shown.
Binary file removed HDFS-home-1.png
Binary file not shown.
Binary file not shown.
Binary file removed IsilonDataInsightsClusterDetail.JPG
Binary file not shown.
Binary file removed IsilonDataInsightsClusterProtocolDetail.JPG
Binary file not shown.
Binary file removed IsilonDataInsightsMultiClusterSummary.JPG
Binary file not shown.
2,851 changes: 2,851 additions & 0 deletions cache_and_throughput_stats.json

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions cluster_capacity_utilization_table.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
{
"annotations": {
"list": [
{
"$$hashKey": "object:909",
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"description": "Color coded table showing cluster capacity utilization. Good to see the clusters with the highest capacity utilization.",
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 4,
"iteration": 1528247577076,
"links": [],
"panels": [
{
"columns": [],
"datasource": null,
"editable": true,
"error": false,
"fontSize": "100%",
"gridPos": {
"h": 25,
"w": 24,
"x": 0,
"y": 0
},
"height": "1000",
"id": 1,
"interval": ">200d",
"isNew": true,
"links": [],
"pageSize": null,
"scroll": true,
"showHeader": true,
"sort": {
"col": 2,
"desc": true
},
"styles": [
{
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"pattern": "Time",
"type": "date"
},
{
"colorMode": "row",
"colors": [
"rgba(50, 172, 45, 0.97)",
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"decimals": 2,
"pattern": "utilization",
"thresholds": [
"85",
"90"
],
"type": "number",
"unit": "percent"
}
],
"targets": [
{
"alias": "",
"dsType": "influxdb",
"groupBy": [
{
"params": [
"$interval"
],
"type": "time"
},
{
"params": [
"cluster"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "ifs.percent.avail",
"policy": "default",
"query": "SELECT 100.0 - last(\"value\") as utilization FROM \"ifs.percent.avail\" WHERE \"cluster\" =~ /^$cluster$/ AND $timeFilter GROUP BY time($interval), \"cluster\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "table",
"select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "last"
},
{
"params": [
"100 -"
],
"type": "math"
}
]
],
"tags": [
{
"key": "cluster",
"operator": "=~",
"value": "/^$cluster$/"
}
]
}
],
"timeFrom": null,
"title": "Cluster Capacity Utilization",
"transform": "table",
"type": "table"
}
],
"schemaVersion": 16,
"style": "dark",
"tags": [
"isilon"
],
"templating": {
"list": [
{
"allValue": null,
"current": {
"text": "All",
"value": "$__all"
},
"datasource": "isi_data_insights",
"hide": 0,
"includeAll": true,
"label": "Cluster",
"multi": true,
"name": "cluster",
"options": [],
"query": "show tag values with key = \"cluster\"",
"refresh": 1,
"regex": "",
"sort": 0,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
"time": {
"from": "now-7d",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
},
"timezone": "browser",
"title": "Cluster Capacity Utilization Table",
"uid": "000000004",
"version": 2
}
Loading