Aix dashboard data source. Add readme to example.

This commit is contained in:
Shizun Ge
2021-10-28 00:54:35 -07:00
parent 60ce18914d
commit 9354bf7c76
5 changed files with 42 additions and 9 deletions

View File

@@ -308,7 +308,7 @@
"type": "stat"
},
{
"datasource": null,
"datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {
"color": {
@@ -619,7 +619,7 @@
"type": "stat"
},
{
"datasource": null,
"datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {
"color": {
@@ -679,7 +679,7 @@
"expr": "(endlessh_client_open_count_total{instance=\"$host\",job=\"$job\"}) - (endlessh_client_closed_count_total{instance=\"$host\",job=\"$job\"} offset $__interval or endlessh_client_open_count_total{instance=\"$host\",job=\"$job\"} * 0)",
"instant": false,
"interval": "",
"legendFormat": "Current Open Connections",
"legendFormat": "Open Connections",
"refId": "current_open"
}
],
@@ -1131,7 +1131,7 @@
"type": "geomap"
},
{
"datasource": null,
"datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {
"color": {
@@ -1427,5 +1427,5 @@
"timezone": "",
"title": "Endlessh",
"uid": "ATIxYkO7k",
"version": 292
"version": 2
}