@@ -30,14 +30,14 @@ There are some FrostDB specific metrics that are useful to monitor as well.
3030
3131| Metric | Description | Type |
3232| ----------------------------| ------------------------------------------------------------ | --------- |
33- | ` granules_compactions_total ` | Number of per table compaction events that have occurred. | counter |
34- | ` granules_created_total ` | Number of per table granules that have been created. | counter |
35- | ` blocks_rotated_total ` | Number of per table blocks that have rotated out. | counter |
36- | ` active_table_block_size ` | The estimated size in bytes of each tables active block size. | gauge |
37- | ` row_insert_size ` | Per table tracking of the size in bytes of rows inserted. | histogram |
38- | ` thanos_objstore_bucket_last_successful_upload_time ` | If bucket storage is enabled, the last successful upload to the bucket. | gauge |
39- | ` thanos_objstore_bucket_operation_failures_total ` | Total number of bucket operations that have failed. | counter |
40- | ` tx_high_watermark ` | The transaction number that is safe to read up to. | gauge |
33+ | ` frostdb_granules_compactions_total ` | Number of per table compaction events that have occurred. | counter |
34+ | ` frostdb_granules_created_total ` | Number of per table granules that have been created. | counter |
35+ | ` frostdb_blocks_rotated_total ` | Number of per table blocks that have rotated out. | counter |
36+ | ` frostdb_active_table_block_size ` | The estimated size in bytes of each tables active block size. | gauge |
37+ | ` frostdb_row_insert_size ` | Per table tracking of the size in bytes of rows inserted. | histogram |
38+ | ` frostdb_thanos_objstore_bucket_last_successful_upload_time ` | If bucket storage is enabled, the last successful upload to the bucket. | gauge |
39+ | ` frostdb_thanos_objstore_bucket_operation_failures_total ` | Total number of bucket operations that have failed. | counter |
40+ | ` frostdb_tx_high_watermark ` | The transaction number that is safe to read up to. | gauge |
4141
4242
4343### Service Level Objectives
0 commit comments