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
|
||||
calculation use `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
|
||||
growing counters into the per-sercond rate.
|
||||
|
||||
---
|
||||
|
||||
### _movingAverage_
|
||||
|
||||
Reference in New Issue
Block a user