We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2c7de commit 0573875Copy full SHA for 0573875
content/partials/graphingfunctions.md
@@ -5,7 +5,7 @@ Function | Category | Description
5
`log2()` | Arithmetic | base-2 logarithm
6
`log10()` | Arithmetic | base-10 logarithm
7
`cumsum()` | Arithmetic | cumulative sum over visible time window
8
-`integral()` | Arithmetic | cumulative sum of ([time delta] x [value delta]) over all consecutive pairs of points in the visible time window
+`integral()` | Arithmetic | cumulative sum of (\[time delta] x \[value delta]) over all consecutive pairs of points in the visible time window
9
`.fill()` | Interpolation | choose how to interpolate missing values
10
`hour_before()` | Timeshift | metric values from one hour ago
11
`day_before()` | Timeshift | metric values from one day ago
0 commit comments