Skip to content

Commit c45dc68

Browse files
committed
Document available functions
1 parent 90be917 commit c45dc68

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

plugins/outputs/heartbeat/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,17 @@ information matching the `internal_write` metric of the
248248
If not stated otherwise, all variables are accumulated since the last successful
249249
heartbeat message.
250250

251+
The following functions are available:
252+
253+
- `encoding` functions of the [CEL encoder library][cel_encoder]
254+
- `math` functions of the [CEL math library][cel_math]
255+
- `string` functions of the [CEL strings library][cel_strings]
256+
- `now` function for getting the current time
257+
251258
[schema]: /plugins/outputs/heartbeat/schema_v1.json
252-
[cel]: https://cel.dev
253259
[internal_plugin]: /plugins/inputs/internal/README.md
260+
261+
[cel]: https://cel.dev
262+
[cel_encoder]: https://github.com/google/cel-go/blob/master/ext/README.md#encoders
263+
[cel_math]: https://github.com/google/cel-go/blob/master/ext/README.md#math
264+
[cel_strings]: https://github.com/google/cel-go/blob/master/ext/README.md#strings

0 commit comments

Comments
 (0)