From 2666958f497bf5c8c0da53fb6e83f11c6fca23cf Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Wed, 1 Jul 2020 13:41:44 -0700 Subject: [PATCH] Add link to Starlark docs --- data/telegraf_plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]