Skip to content

Commit 016ed5f

Browse files
authored
Merge pull request #243 from parca-dev/frost-metrics
added useful frostdb metrics and descriptions
2 parents f007c26 + d3dcc98 commit 016ed5f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/observability.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ Parca exposes Prometheus metrics on [localhost:7070/metrics](http://localhost:70
2626
Parca's monitoring is mostly focused on read and write requests to Parca.
2727
For that reason the `grpc_server_handled_total` is the most important metric for Parca and most of the other metrics and helpful for debugging overall.
2828

29+
There are some FrostDB specific metrics that are useful to monitor as well.
30+
31+
| Metric | Description | Type |
32+
| ----------------------------|------------------------------------------------------------ | --------- |
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 |
41+
42+
2943
### Service Level Objectives
3044

3145
Here are some example Service Level Objectives for Parca.

0 commit comments

Comments
 (0)