docs: fix markdown formatting
This commit is contained in:
@@ -38,6 +38,7 @@ delta()
|
|||||||
```
|
```
|
||||||
Converts absolute values to delta. This function just calculate difference between values. For the per-second
|
Converts absolute values to delta. This function just calculate difference between values. For the per-second
|
||||||
calculation use `rate()`.
|
calculation use `rate()`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### _rate_
|
### _rate_
|
||||||
@@ -46,6 +47,7 @@ rate()
|
|||||||
```
|
```
|
||||||
Calculates the per-second rate of increase of the time series. Resistant to counter reset. Suitable for converting of
|
Calculates the per-second rate of increase of the time series. Resistant to counter reset. Suitable for converting of
|
||||||
growing counters into the per-sercond rate.
|
growing counters into the per-sercond rate.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### _movingAverage_
|
### _movingAverage_
|
||||||
|
|||||||
Reference in New Issue
Block a user