Skip to content

Commit

Permalink
Center tables & add links to Gateway conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-martin committed Mar 22, 2024
1 parent b5969e0 commit f8e18cc
Showing 1 changed file with 21 additions and 59 deletions.
80 changes: 21 additions & 59 deletions examples/dashboards/platform_engineer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gnetId": 7630,
"graphTooltip": 0,
"id": 33,
"iteration": 1710847753319,
"iteration": 1711118834317,
"links": [],
"liveNow": false,
"panels": [
Expand All @@ -49,7 +49,7 @@
"type": "prometheus",
"uid": "${datasource}"
},
"description": "Total Gateways with an Accepted state of True",
"description": "Total Gateways with an [Accepted](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1.GatewayConditionType) state of True",
"fieldConfig": {
"defaults": {
"color": {
Expand All @@ -75,7 +75,7 @@
},
"gridPos": {
"h": 3,
"w": 2,
"w": 3,
"x": 0,
"y": 1
},
Expand Down Expand Up @@ -215,8 +215,8 @@
},
"gridPos": {
"h": 6,
"w": 22,
"x": 2,
"w": 21,
"x": 3,
"y": 1
},
"id": 115,
Expand Down Expand Up @@ -390,7 +390,7 @@
"type": "prometheus",
"uid": "${datasource}"
},
"description": "Total Gateways with a Programmed state of True",
"description": "Total Gateways with a [Programmed](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1.GatewayConditionType) state of True",
"fieldConfig": {
"defaults": {
"color": {
Expand All @@ -416,7 +416,7 @@
},
"gridPos": {
"h": 3,
"w": 2,
"w": 3,
"x": 0,
"y": 4
},
Expand Down Expand Up @@ -465,7 +465,7 @@
"mode": "thresholds"
},
"custom": {
"align": "auto",
"align": "center",
"displayMode": "auto",
"inspect": false
},
Expand All @@ -490,35 +490,21 @@
"id": "byName",
"options": "Kind"
},
"properties": [
{
"id": "custom.width",
"value": 142
}
]
"properties": []
},
{
"matcher": {
"id": "byName",
"options": "Name"
},
"properties": [
{
"id": "custom.width"
}
]
"properties": []
},
{
"matcher": {
"id": "byName",
"options": "Target Kind"
},
"properties": [
{
"id": "custom.width",
"value": 121
}
]
"properties": []
}
]
},
Expand Down Expand Up @@ -670,7 +656,7 @@
"mode": "thresholds"
},
"custom": {
"align": "auto",
"align": "center",
"displayMode": "auto",
"inspect": false
},
Expand All @@ -695,59 +681,35 @@
"id": "byName",
"options": "Name"
},
"properties": [
{
"id": "custom.width",
"value": 84
}
]
"properties": []
},
{
"matcher": {
"id": "byName",
"options": "Kind"
},
"properties": [
{
"id": "custom.width",
"value": 129
}
]
"properties": []
},
{
"matcher": {
"id": "byName",
"options": "Namespace"
},
"properties": [
{
"id": "custom.width",
"value": 197
}
]
"properties": []
},
{
"matcher": {
"id": "byName",
"options": "Target Kind"
},
"properties": [
{
"id": "custom.width",
"value": 143
}
]
"properties": []
},
{
"matcher": {
"id": "byName",
"options": "Target Name"
},
"properties": [
{
"id": "custom.width"
}
]
"properties": []
}
]
},
Expand Down Expand Up @@ -912,7 +874,7 @@
"mode": "thresholds"
},
"custom": {
"align": "auto",
"align": "center",
"displayMode": "auto",
"inspect": false
},
Expand Down Expand Up @@ -1087,7 +1049,7 @@
"mode": "thresholds"
},
"custom": {
"align": "auto",
"align": "center",
"displayMode": "auto",
"inspect": false
},
Expand Down Expand Up @@ -1947,6 +1909,6 @@
"timezone": "",
"title": "Platform Engineer Dashboard",
"uid": "djqDaDISk",
"version": 9,
"version": 4,
"weekStart": ""
}
}

Check failure on line 1914 in examples/dashboards/platform_engineer.json

View workflow job for this annotation

GitHub Actions / Lint

[EOF Newline] reported by reviewdog 🐶 Missing newline Raw Output: examples/dashboards/platform_engineer.json:1914: Missing newline

0 comments on commit f8e18cc

Please sign in to comment.