File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
plugins/outputs/heartbeat Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,17 @@ information matching the `internal_write` metric of the
248248If not stated otherwise, all variables are accumulated since the last successful
249249heartbeat 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
You can’t perform that action at this time.
0 commit comments