`input` -> `output`

Signed-off-by: Julien Duchesne <julien.duchesne@grafana.com>
This commit is contained in:
Julien Duchesne 2023-04-10 14:32:33 -04:00
parent cc2d868032
commit 5ae360f904
1 changed files with 2 additions and 2 deletions

View File

@ -905,8 +905,8 @@ transform.
`math`. Transforms values using math. The input value must be an integer.
* math transform type `Multiply`, multiplies the input by the given value.
* math transform type `ClampMin`, sets a minimum value for the input.
* math transform type `ClampMax`, sets a maximum value for the input.
* math transform type `ClampMin`, sets a minimum value for the output.
* math transform type `ClampMax`, sets a maximum value for the output.
```yaml
# If you omit the field type, by default type is set to `Multiply`