docs(inputs.exec): clarify parsing for ints (#11597)
This commit is contained in:
parent
ac26d786fe
commit
f3ce00529d
|
|
@ -43,7 +43,8 @@ scripts that match the pattern will cause them to be picked up immediately.
|
|||
## Example
|
||||
|
||||
This script produces static values, since no timestamp is specified the values
|
||||
are at the current time.
|
||||
are at the current time. Ensure that int values are followed with `i` for proper
|
||||
parsing.
|
||||
|
||||
```sh
|
||||
#!/bin/sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue