Skip to content

Commit

Permalink
Merge pull request #51 from ahinvinith/kubviz
Browse files Browse the repository at this point in the history
modified the dashboard json and updated version
  • Loading branch information
jebinjeb authored May 2, 2023
2 parents 1648ee4 + 92588e1 commit 4265dcc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ name: grafana
sources:
- https://github.com/grafana/grafana
type: application
version: 6.26.9
version: 6.26.10
32 changes: 10 additions & 22 deletions charts/grafana/dashboards/custom-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"list": [
{
"builtIn": 1,
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
Expand All @@ -30,8 +27,7 @@
"panels": [
{
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"description": "This panel shows all the resources in the cluster",
"fieldConfig": {
Expand Down Expand Up @@ -83,8 +79,7 @@
"targets": [
{
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"dateTimeType": "DATETIME",
"extrapolate": true,
Expand All @@ -104,8 +99,7 @@
},
{
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"description": "This panel displays all out-of-date images running in a Kubernetes cluster.",
"fieldConfig": {
Expand Down Expand Up @@ -156,8 +150,7 @@
"targets": [
{
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"dateTimeType": "DATETIME",
"extrapolate": true,
Expand All @@ -177,8 +170,7 @@
},
{
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"description": "This panel shows all the deprecated and deleted APIs in the cluster",
"fieldConfig": {
Expand Down Expand Up @@ -229,8 +221,7 @@
"targets": [
{
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"dateTimeType": "DATETIME",
"extrapolate": true,
Expand Down Expand Up @@ -433,8 +424,7 @@
"value": "$__all"
},
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"definition": "SELECT namespace FROM default.events",
"hide": 0,
Expand All @@ -456,8 +446,7 @@
"value": "$__all"
},
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"definition": "SELECT reason FROM default.events",
"hide": 0,
Expand All @@ -479,8 +468,7 @@
"value": "$__all"
},
"datasource": {
"type": "vertamedia-clickhouse-datasource",
"uid": "7Oq9n4s4z"
"type": "vertamedia-clickhouse-datasource"
},
"definition": "SELECT kind FROM default.events",
"hide": 0,
Expand Down

0 comments on commit 4265dcc

Please sign in to comment.