Skip to content

Commit 728d1d7

Browse files
committed
spelling
1 parent abb8414 commit 728d1d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/observability.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ 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 metics that are useful to monitor as well.
29+
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 compactions that have occured. | counter |
34-
| `granules_created_total` | Number of per table granueles that have been created. | counter |
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 |
3535
| `blocks_rotated_total` | Number of per table blocks that have rotated out. | counter |
3636
| `active_table_block_size` | The estimated size in bytes of each tables active block size. | gauge |
3737
| `row_insert_size` | Per table tracking of the size in bytes of rows inserted. | histogram |

0 commit comments

Comments
 (0)