Skip to content

Commit 86ebda8

Browse files
committed
chore: address comments
1 parent 178c92f commit 86ebda8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

coder-observability/templates/dashboards/_dashboards_prebuilds.json.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
"expr": "histogram_quantile(0.5,\n sum(\n coderd_workspace_creation_duration_seconds{\n template_name=~\"$template\", preset_name=~\"$preset\", type=\"prebuild\"\n }\n )\n)\nor vector(0)",
11141114
"hide": false,
11151115
"instant": false,
1116-
"legendFormat": "Prebuilt Creation",
1116+
"legendFormat": "Prebuild Creation",
11171117
"range": true,
11181118
"refId": "B"
11191119
},
@@ -1126,7 +1126,7 @@
11261126
"expr": "histogram_quantile(0.5,\n sum(\n coderd_prebuilt_workspace_claim_duration_seconds{\n template_name=~\"$template\", preset_name=~\"$preset\"\n }\n )\n)\nor vector(0)",
11271127
"hide": false,
11281128
"instant": false,
1129-
"legendFormat": "Prebuilt Claim",
1129+
"legendFormat": "Prebuild Claim",
11301130
"range": true,
11311131
"refId": "C"
11321132
}
@@ -1287,7 +1287,7 @@
12871287
"expr": "histogram_quantile(0.95,\n sum(\n coderd_workspace_creation_duration_seconds{\n template_name=~\"$template\", preset_name=~\"$preset\", type=\"prebuild\"\n }\n )\n)\nor vector(0)",
12881288
"hide": false,
12891289
"instant": false,
1290-
"legendFormat": "Prebuilt Creation",
1290+
"legendFormat": "Prebuild Creation",
12911291
"range": true,
12921292
"refId": "B"
12931293
},
@@ -1300,7 +1300,7 @@
13001300
"expr": "histogram_quantile(0.95,\n sum(\n coderd_prebuilt_workspace_claim_duration_seconds{\n template_name=~\"$template\", preset_name=~\"$preset\"\n }\n )\n)\nor vector(0)",
13011301
"hide": false,
13021302
"instant": false,
1303-
"legendFormat": "Prebuilt Claim",
1303+
"legendFormat": "Prebuild Claim",
13041304
"range": true,
13051305
"refId": "C"
13061306
}

compiled/resources.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3623,7 +3623,7 @@ data:
36233623
"expr": "histogram_quantile(0.5,\n sum(\n coderd_workspace_creation_duration_seconds{\n template_name=~\"$template\", preset_name=~\"$preset\", type=\"prebuild\"\n }\n )\n)\nor vector(0)",
36243624
"hide": false,
36253625
"instant": false,
3626-
"legendFormat": "Prebuilt Creation",
3626+
"legendFormat": "Prebuild Creation",
36273627
"range": true,
36283628
"refId": "B"
36293629
},
@@ -3636,7 +3636,7 @@ data:
36363636
"expr": "histogram_quantile(0.5,\n sum(\n coderd_prebuilt_workspace_claim_duration_seconds{\n template_name=~\"$template\", preset_name=~\"$preset\"\n }\n )\n)\nor vector(0)",
36373637
"hide": false,
36383638
"instant": false,
3639-
"legendFormat": "Prebuilt Claim",
3639+
"legendFormat": "Prebuild Claim",
36403640
"range": true,
36413641
"refId": "C"
36423642
}
@@ -3797,7 +3797,7 @@ data:
37973797
"expr": "histogram_quantile(0.95,\n sum(\n coderd_workspace_creation_duration_seconds{\n template_name=~\"$template\", preset_name=~\"$preset\", type=\"prebuild\"\n }\n )\n)\nor vector(0)",
37983798
"hide": false,
37993799
"instant": false,
3800-
"legendFormat": "Prebuilt Creation",
3800+
"legendFormat": "Prebuild Creation",
38013801
"range": true,
38023802
"refId": "B"
38033803
},
@@ -3810,7 +3810,7 @@ data:
38103810
"expr": "histogram_quantile(0.95,\n sum(\n coderd_prebuilt_workspace_claim_duration_seconds{\n template_name=~\"$template\", preset_name=~\"$preset\"\n }\n )\n)\nor vector(0)",
38113811
"hide": false,
38123812
"instant": false,
3813-
"legendFormat": "Prebuilt Claim",
3813+
"legendFormat": "Prebuild Claim",
38143814
"range": true,
38153815
"refId": "C"
38163816
}

0 commit comments

Comments
 (0)