Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Dec 6, 2023
1 parent 7266e84 commit bfcdfdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/processors/starlark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@ of type int, float, string, or bool.
The timestamp of the metric as an integer in nanoseconds since the Unix
epoch.

- **deepcopy(*metric*)**: Make a copy of an existing metric.
- **deepcopy(*metric*, *track=false*)**:
Copy an existing metric with or without tracking information. If `track` is set
to `true`, the tracking information is copied.
**Caution:** Make sure to always return *all* metrics with tracking information!
Otherwise, the corresponding inputs will never receive the delivery information
and potentially overrun!

### Python Differences

Expand Down

0 comments on commit bfcdfdd

Please sign in to comment.