Skip to content

Commit bca79f8

Browse files
ishanjainnclaude
andcommitted
fix(claude-code-mixin): remove hardcoded datasource UIDs and current variable selections
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent be132f7 commit bca79f8

File tree

1 file changed

+3
-35
lines changed

1 file changed

+3
-35
lines changed

claude-code-mixin/dashboards/claude-code-overview.json

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4574,10 +4574,6 @@
45744574
"templating": {
45754575
"list": [
45764576
{
4577-
"current": {
4578-
"text": "grafanacloud-claudecodeo11y-prom",
4579-
"value": "grafanacloud-prom"
4580-
},
45814577
"label": "Prometheus data source",
45824578
"name": "prometheus_datasource",
45834579
"options": [],
@@ -4588,10 +4584,6 @@
45884584
},
45894585
{
45904586
"allowCustomValue": true,
4591-
"current": {
4592-
"text": "grafanacloud-claudecodeo11y-logs",
4593-
"value": "grafanacloud-logs"
4594-
},
45954587
"includeAll": false,
45964588
"label": "Loki data source",
45974589
"name": "loki_datasource",
@@ -4603,12 +4595,6 @@
46034595
},
46044596
{
46054597
"allValue": ".+",
4606-
"current": {
4607-
"text": "All",
4608-
"value": [
4609-
"$__all"
4610-
]
4611-
},
46124598
"datasource": {
46134599
"type": "prometheus",
46144600
"uid": "${prometheus_datasource}"
@@ -4627,15 +4613,9 @@
46274613
{
46284614
"allValue": ".*",
46294615
"allowCustomValue": true,
4630-
"current": {
4631-
"text": "All",
4632-
"value": [
4633-
"$__all"
4634-
]
4635-
},
46364616
"datasource": {
46374617
"type": "prometheus",
4638-
"uid": "grafanacloud-prom"
4618+
"uid": "${prometheus_datasource}"
46394619
},
46404620
"includeAll": true,
46414621
"label": "Team Member",
@@ -4670,15 +4650,9 @@
46704650
{
46714651
"allValue": ".*",
46724652
"allowCustomValue": true,
4673-
"current": {
4674-
"text": "All",
4675-
"value": [
4676-
"$__all"
4677-
]
4678-
},
46794653
"datasource": {
46804654
"type": "prometheus",
4681-
"uid": "grafanacloud-prom"
4655+
"uid": "${prometheus_datasource}"
46824656
},
46834657
"includeAll": true,
46844658
"label": "Model",
@@ -4713,15 +4687,9 @@
47134687
{
47144688
"allValue": ".*",
47154689
"allowCustomValue": true,
4716-
"current": {
4717-
"text": "All",
4718-
"value": [
4719-
"$__all"
4720-
]
4721-
},
47224690
"datasource": {
47234691
"type": "prometheus",
4724-
"uid": "grafanacloud-prom"
4692+
"uid": "${prometheus_datasource}"
47254693
},
47264694
"includeAll": true,
47274695
"label": "Organization",

0 commit comments

Comments
 (0)