Starlark readme url fix

This commit is contained in:
Steven Soroka 2020-09-22 11:38:45 -04:00 committed by GitHub
parent 5a09735020
commit 689b463998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ Attempting to modify the global scope will fail with an error.
- [scale](/plugins/processors/starlark/testdata/scale.star) - Multiply any field by a number
- [number logic](/plugins/processors/starlark/testdata/number_logic.star) - transform a numerical value to another numerical value
- [pivot](/plugins/processors/starlark/testdata/pivot.star) - Pivots a key's value to be the key for another key.
- [value filter](plugins/processors/starlark/testdata/value_filter.star) - remove a metric based on a field value.
- [value filter](/plugins/processors/starlark/testdata/value_filter.star) - remove a metric based on a field value.
[All examples](/plugins/processors/starlark/testdata) are in the testdata folder.