Skip to content

Commit

Permalink
fix: tweaked the variable refresh for k3s dash
Browse files Browse the repository at this point in the history
This change makes the variable values refresh on time range change so
old pods don't show up anymore.
  • Loading branch information
Reanmachine committed Sep 30, 2024
1 parent 7937d85 commit 5beefde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/truenas_scale_applications_k3s.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@
"query": "label_values(k3s_pod_cpu{instance=\"$instance\"},pod)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 1,
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
Expand All @@ -1027,6 +1027,6 @@
"timezone": "browser",
"title": "TrueNAS Scale - Applications (k3s)",
"uid": "cdzehbg69wav4c",
"version": 17,
"version": 18,
"weekStart": ""
}

0 comments on commit 5beefde

Please sign in to comment.