mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 15:29:27 +00:00
minor formatting fixes
This commit is contained in:
parent
42248dcedf
commit
362b58bd8a
2 changed files with 3 additions and 3 deletions
|
|
@ -30,11 +30,11 @@ Timers are extensions of _meters_, the _duration_ of an event is collected along
|
||||||
- Percentile 80: general performance (these should be optimised)
|
- Percentile 80: general performance (these should be optimised)
|
||||||
- Percentile 95: worst case outliers (rare, just handle gracefully)
|
- Percentile 95: worst case outliers (rare, just handle gracefully)
|
||||||
|
|
||||||
### Counters: {#counters}
|
### Counters {#counters}
|
||||||
|
|
||||||
A counter is a single int64 value that can be incremented and decremented. The current value of the counter can be queried.
|
A counter is a single int64 value that can be incremented and decremented. The current value of the counter can be queried.
|
||||||
|
|
||||||
### Gauges: {#guages}
|
### Gauges {#guages}
|
||||||
|
|
||||||
A gauge is a single int64 value. Its value can increment and decrement - as with a counter - but can also be set arbitrarily.
|
A gauge is a single int64 value. Its value can increment and decrement - as with a counter - but can also be set arbitrarily.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: puppeth
|
title: Puppeth
|
||||||
description: introduction to the private-network boot-strapping tool, Puppeth
|
description: introduction to the private-network boot-strapping tool, Puppeth
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue