Skip to content

Commit 1b60280

Browse files
akosyakovroboquat
authored andcommitted
[openvsx-mirror] stable dashboard variables
1 parent 0459b5b commit 1b60280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operations/observability/mixins/IDE/dashboards/components/openvsx-mirror.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,15 +1631,15 @@
16311631
"type": "prometheus",
16321632
"uid": "${datasource}"
16331633
},
1634-
"definition": "label_values(http_client_requests_seconds_count{cluster=~\"$cluster\", pod=~\"open-vsx.*\"}, pod)",
1634+
"definition": "label_values(jvm_memory_committed_bytes{cluster=~\"$cluster\", pod=~\"open-vsx.*\"}, pod)",
16351635
"hide": 0,
16361636
"includeAll": true,
16371637
"label": "Pod",
16381638
"multi": true,
16391639
"name": "pod",
16401640
"options": [],
16411641
"query": {
1642-
"query": "label_values(http_client_requests_seconds_count{cluster=~\"$cluster\", pod=~\"open-vsx.*\"}, pod)",
1642+
"query": "label_values(jvm_memory_committed_bytes{cluster=~\"$cluster\", pod=~\"open-vsx.*\"}, pod)",
16431643
"refId": "StandardVariableQuery"
16441644
},
16451645
"refresh": 1,

0 commit comments

Comments
 (0)