Add link to Starlark docs

pull/1169/head
noramullen1 2020-07-01 13:41:44 -07:00
parent 3540948240
commit 2666958f49
1 changed files with 1 additions and 1 deletions

View File

@ -2169,7 +2169,7 @@ processor:
- name: Starlark - name: Starlark
id: starlark id: starlark
description: | 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 introduced: 1.15
tags: [linux, macos, windows] tags: [linux, macos, windows]