File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ var (
35
35
36
36
// The below metrics track the per-shelf metrics for the primary blob store
37
37
// and the temporary limbo store.
38
- shelfDatausedGaugeName = "blobpool/shelf- %d/dataused"
39
- shelfDatagapsGaugeName = "blobpool/shelf- %d/datagaps"
40
- shelfSlotusedGaugeName = "blobpool/shelf- %d/slotused"
41
- shelfSlotgapsGaugeName = "blobpool/shelf- %d/slotgaps"
38
+ shelfDatausedGaugeName = "blobpool/shelf_ %d/dataused"
39
+ shelfDatagapsGaugeName = "blobpool/shelf_ %d/datagaps"
40
+ shelfSlotusedGaugeName = "blobpool/shelf_ %d/slotused"
41
+ shelfSlotgapsGaugeName = "blobpool/shelf_ %d/slotgaps"
42
42
43
- limboShelfDatausedGaugeName = "blobpool/limbo/shelf- %d/dataused"
44
- limboShelfDatagapsGaugeName = "blobpool/limbo/shelf- %d/datagaps"
45
- limboShelfSlotusedGaugeName = "blobpool/limbo/shelf- %d/slotused"
46
- limboShelfSlotgapsGaugeName = "blobpool/limbo/shelf- %d/slotgaps"
43
+ limboShelfDatausedGaugeName = "blobpool/limbo/shelf_ %d/dataused"
44
+ limboShelfDatagapsGaugeName = "blobpool/limbo/shelf_ %d/datagaps"
45
+ limboShelfSlotusedGaugeName = "blobpool/limbo/shelf_ %d/slotused"
46
+ limboShelfSlotgapsGaugeName = "blobpool/limbo/shelf_ %d/slotgaps"
47
47
48
48
// The oversized metrics aggregate the shelf stats above the max blob count
49
49
// limits to track transactions that are just huge, but don't contain blobs.
You can’t perform that action at this time.
0 commit comments