diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 56b8f9644..33f91d018 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -2169,7 +2169,7 @@ processor: - name: Starlark id: starlark description: | - The Starlark processor plugin calls a Starlark function for each matched metric, allowing for custom programmatic metric processing. + The Starlark processor plugin calls a [Starlark function](https://github.com/google/starlark-go/blob/master/doc/spec.md) for each matched metric, allowing for custom programmatic metric processing. introduced: 1.15 tags: [linux, macos, windows]