Skip to content

Commit 8852001

Browse files
author
David Himmelstrup
committed
fix typo
1 parent 507e6bb commit 8852001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/users/reference/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Metrics
66
| ------------------------------ | --------- | ------- | -------------------------------------------------------------------------------------------- |
77
| `tipset_processing_time` | Histogram | Seconds | Duration of routine which processes `tipsets` to include them in the store |
88
| `block_validation_time` | Histogram | Seconds | Duration of routine which validate blocks with no cache hit |
9-
| `libp2p_message_total` | Counter | Count | Total number of `libp2p` messages by type |
9+
| `libp2p_messsage_total` | Counter | Count | Total number of `libp2p` messages by type |
1010
| `invalid_tipset_total` | Counter | Count | Total number of invalid tipsets received over `gossipsub` |
1111
| `head_epoch` | Gauge | Epoch | Latest epoch synchronized to the node |
1212
| `lru_cache_hit` | Counter | Count | Stats of `lru` cache hit. Indexed by `kind` |

0 commit comments

Comments
 (0)