Skip to content

Commit

Permalink
📈 showing job image and tags
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi committed Mar 5, 2024
1 parent 1cd1add commit 45a0692
Showing 1 changed file with 35 additions and 36 deletions.
71 changes: 35 additions & 36 deletions k8s/metrics/grafana/dashboards/10-vald-benchmark-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ data:
"refId": "A"
}
],
"title": "Vald Version",
"title": "Operator Version",
"type": "stat"
},
{
Expand Down Expand Up @@ -333,7 +333,7 @@ data:
"overrides": []
},
"gridPos": {
"h": 3,
"h": 6,
"w": 4,
"x": 12,
"y": 0
Expand Down Expand Up @@ -635,46 +635,32 @@ data:
},
"fieldConfig": {
"defaults": {
"mappings": [
{
"options": {
"match": "null",
"result": {
"text": "N/A"
}
},
"type": "special"
}
],
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "#299c46",
"color": "green",
"value": null
},
{
"color": "rgba(237, 129, 40, 0.89)",
"value": 100
},
{
"color": "#d44a3a",
"value": 300
"color": "red",
"value": 80
}
]
},
"unit": "none",
"unit": "string",
"unitScale": true
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 4,
"x": 12,
"y": 3
"w": 8,
"x": 0,
"y": 6
},
"id": 39,
"id": 40,
"links": [],
"maxDataPoints": 100,
"options": {
Expand All @@ -686,7 +672,7 @@ data:
"calcs": [
"lastNotNull"
],
"fields": "/.*/",
"fields": "/^image$/",
"values": false
},
"showPercentChange": false,
Expand All @@ -702,18 +688,31 @@ data:
"uid": "prometheus"
},
"editorMode": "code",
"expr": "vald_benchmark_operator_info{exported_kubernetes_namespace=\"$Namespace\", kubernetes_name=\"$ReplicaSet\", target_pod=\"$PodName\"}",
"expr": "benchmark_operator_info{exported_kubernetes_namespace=\"$Namespace\", kubernetes_name=~\"$ReplicaSet\", target_pod=~\"$PodName\"}",
"format": "table",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "",
"legendFormat": "__auto",
"refId": "A"
}
],
"title": "Benchmark Job Image",
"title": "Job Image",
"transformations": [],
"type": "stat"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 9
},
"id": 39,
"panels": [],
"title": "Operator Metrics",
"type": "row"
},
{
"aliasColors": {},
"bars": false,
Expand All @@ -736,7 +735,7 @@ data:
"h": 8,
"w": 12,
"x": 0,
"y": 6
"y": 10
},
"hiddenSeries": false,
"id": 22,
Expand Down Expand Up @@ -862,7 +861,7 @@ data:
"h": 8,
"w": 12,
"x": 12,
"y": 6
"y": 10
},
"hiddenSeries": false,
"id": 27,
Expand Down Expand Up @@ -988,7 +987,7 @@ data:
"h": 8,
"w": 12,
"x": 0,
"y": 14
"y": 18
},
"hiddenSeries": false,
"id": 30,
Expand Down Expand Up @@ -1098,7 +1097,7 @@ data:
"h": 8,
"w": 12,
"x": 12,
"y": 14
"y": 18
},
"hiddenSeries": false,
"id": 32,
Expand Down Expand Up @@ -1221,7 +1220,7 @@ data:
"h": 8,
"w": 12,
"x": 0,
"y": 22
"y": 26
},
"hiddenSeries": false,
"id": 36,
Expand Down Expand Up @@ -1317,7 +1316,7 @@ data:
"h": 8,
"w": 12,
"x": 12,
"y": 22
"y": 26
},
"hiddenSeries": false,
"id": 38,
Expand Down

0 comments on commit 45a0692

Please sign in to comment.