@@ -15654,7 +15654,7 @@ layers:
15654
15654
description: Number of disk reads per query
15655
15655
y_axis_label: Disk Reads per Query
15656
15656
type: GAUGE
15657
- unit: COUNT
15657
+ unit: CONST
15658
15658
aggregation: AVG
15659
15659
derivative: NONE
15660
15660
- name: rocksdb.table-readers-mem-estimate
@@ -16274,6 +16274,78 @@ layers:
16274
16274
unit: COUNT
16275
16275
aggregation: AVG
16276
16276
derivative: NON_NEGATIVE_DERIVATIVE
16277
+ - name: storage.compression.cr
16278
+ exported_name: storage_compression_cr
16279
+ description: Average compression ratio of sstable and blob value data.
16280
+ y_axis_label: Ratio
16281
+ type: GAUGE
16282
+ unit: CONST
16283
+ aggregation: AVG
16284
+ derivative: NONE
16285
+ - name: storage.compression.minlz.bytes
16286
+ exported_name: storage_compression_minlz_bytes
16287
+ description: Total on disk size of sstable and blob value data that is compressed with the MinLZ algorithm.
16288
+ y_axis_label: Bytes
16289
+ type: GAUGE
16290
+ unit: CONST
16291
+ aggregation: AVG
16292
+ derivative: NONE
16293
+ - name: storage.compression.minlz.cr
16294
+ exported_name: storage_compression_minlz_cr
16295
+ description: Average compression ratio of sstable and blob value data that is compressed with the MinLZ algorithm.
16296
+ y_axis_label: Ratio
16297
+ type: GAUGE
16298
+ unit: CONST
16299
+ aggregation: AVG
16300
+ derivative: NONE
16301
+ - name: storage.compression.none.bytes
16302
+ exported_name: storage_compression_none_bytes
16303
+ description: Total on disk size of sstable and blob value data that is not compressed.
16304
+ y_axis_label: Bytes
16305
+ type: GAUGE
16306
+ unit: BYTES
16307
+ aggregation: AVG
16308
+ derivative: NONE
16309
+ - name: storage.compression.snappy.bytes
16310
+ exported_name: storage_compression_snappy_bytes
16311
+ description: Total on disk size of sstable and blob value data that is compressed with the Snappy algorithm.
16312
+ y_axis_label: Bytes
16313
+ type: GAUGE
16314
+ unit: BYTES
16315
+ aggregation: AVG
16316
+ derivative: NONE
16317
+ - name: storage.compression.snappy.cr
16318
+ exported_name: storage_compression_snappy_cr
16319
+ description: Average compression ratio of sstable and blob value data that is compressed with the snappy algorithm.
16320
+ y_axis_label: Ratio
16321
+ type: GAUGE
16322
+ unit: CONST
16323
+ aggregation: AVG
16324
+ derivative: NONE
16325
+ - name: storage.compression.unknown.bytes
16326
+ exported_name: storage_compression_unknown_bytes
16327
+ description: Total on disk size of sstable and blob value data that is compressed but for which we have no compression statistics.
16328
+ y_axis_label: Bytes
16329
+ type: GAUGE
16330
+ unit: BYTES
16331
+ aggregation: AVG
16332
+ derivative: NONE
16333
+ - name: storage.compression.zstd.bytes
16334
+ exported_name: storage_compression_zstd_bytes
16335
+ description: Total on disk size of sstable and blob value data that is compressed with the Zstd algorithm.
16336
+ y_axis_label: Bytes
16337
+ type: GAUGE
16338
+ unit: BYTES
16339
+ aggregation: AVG
16340
+ derivative: NONE
16341
+ - name: storage.compression.zstd.cr
16342
+ exported_name: storage_compression_zstd_cr
16343
+ description: Average compression ratio of sstable and blob value data that is compressed with the Zstd algorithm.
16344
+ y_axis_label: Ratio
16345
+ type: GAUGE
16346
+ unit: CONST
16347
+ aggregation: AVG
16348
+ derivative: NONE
16277
16349
- name: storage.disk-slow
16278
16350
exported_name: storage_disk_slow
16279
16351
description: Number of instances of disk operations taking longer than 10s
@@ -16885,7 +16957,7 @@ layers:
16885
16957
description: Compaction score of level 0
16886
16958
y_axis_label: Score
16887
16959
type: GAUGE
16888
- unit: COUNT
16960
+ unit: CONST
16889
16961
aggregation: AVG
16890
16962
derivative: NONE
16891
16963
- name: storage.l0-level-size
@@ -16925,7 +16997,7 @@ layers:
16925
16997
description: Compaction score of level 1
16926
16998
y_axis_label: Score
16927
16999
type: GAUGE
16928
- unit: COUNT
17000
+ unit: CONST
16929
17001
aggregation: AVG
16930
17002
derivative: NONE
16931
17003
- name: storage.l1-level-size
@@ -16949,7 +17021,7 @@ layers:
16949
17021
description: Compaction score of level 2
16950
17022
y_axis_label: Score
16951
17023
type: GAUGE
16952
- unit: COUNT
17024
+ unit: CONST
16953
17025
aggregation: AVG
16954
17026
derivative: NONE
16955
17027
- name: storage.l2-level-size
@@ -16973,7 +17045,7 @@ layers:
16973
17045
description: Compaction score of level 3
16974
17046
y_axis_label: Score
16975
17047
type: GAUGE
16976
- unit: COUNT
17048
+ unit: CONST
16977
17049
aggregation: AVG
16978
17050
derivative: NONE
16979
17051
- name: storage.l3-level-size
@@ -16997,7 +17069,7 @@ layers:
16997
17069
description: Compaction score of level 4
16998
17070
y_axis_label: Score
16999
17071
type: GAUGE
17000
- unit: COUNT
17072
+ unit: CONST
17001
17073
aggregation: AVG
17002
17074
derivative: NONE
17003
17075
- name: storage.l4-level-size
@@ -17021,7 +17093,7 @@ layers:
17021
17093
description: Compaction score of level 5
17022
17094
y_axis_label: Score
17023
17095
type: GAUGE
17024
- unit: COUNT
17096
+ unit: CONST
17025
17097
aggregation: AVG
17026
17098
derivative: NONE
17027
17099
- name: storage.l5-level-size
@@ -17045,7 +17117,7 @@ layers:
17045
17117
description: Compaction score of level 6
17046
17118
y_axis_label: Score
17047
17119
type: GAUGE
17048
- unit: COUNT
17120
+ unit: CONST
17049
17121
aggregation: AVG
17050
17122
derivative: NONE
17051
17123
- name: storage.l6-level-size
@@ -17200,38 +17272,6 @@ layers:
17200
17272
unit: COUNT
17201
17273
aggregation: AVG
17202
17274
derivative: NON_NEGATIVE_DERIVATIVE
17203
- - name: storage.sstable.compression.none.count
17204
- exported_name: storage_sstable_compression_none_count
17205
- description: Count of SSTables that are uncompressed.
17206
- y_axis_label: SSTables
17207
- type: GAUGE
17208
- unit: COUNT
17209
- aggregation: AVG
17210
- derivative: NONE
17211
- - name: storage.sstable.compression.snappy.count
17212
- exported_name: storage_sstable_compression_snappy_count
17213
- description: Count of SSTables that have been compressed with the snappy compression algorithm.
17214
- y_axis_label: SSTables
17215
- type: GAUGE
17216
- unit: COUNT
17217
- aggregation: AVG
17218
- derivative: NONE
17219
- - name: storage.sstable.compression.unknown.count
17220
- exported_name: storage_sstable_compression_unknown_count
17221
- description: Count of SSTables that have an unknown compression algorithm.
17222
- y_axis_label: SSTables
17223
- type: GAUGE
17224
- unit: COUNT
17225
- aggregation: AVG
17226
- derivative: NONE
17227
- - name: storage.sstable.compression.zstd.count
17228
- exported_name: storage_sstable_compression_zstd_count
17229
- description: Count of SSTables that have been compressed with the zstd compression algorithm.
17230
- y_axis_label: SSTables
17231
- type: GAUGE
17232
- unit: COUNT
17233
- aggregation: AVG
17234
- derivative: NONE
17235
17275
- name: storage.sstable.remote.bytes
17236
17276
exported_name: storage_sstable_remote_bytes
17237
17277
description: Bytes in SSTables that are stored off-disk (remotely) in object storage.
0 commit comments