Officially support aggregator Starlark scripts #8869
Labels
area/starlark
feature request
Requests for new plugin and for new features to existing plugins
rfc
Request for comment - larger issues that require clarification
Feature Request
support calling push() in Starlark scripts so that Starlark processor scripts can fully implement all the features that aggregators would need.
Proposal:
allow running starlark as an aggregator. this would probably mean supporting something like this:
(see Aggregator Plugins for details on aggregator settings)
Current behavior:
There is no call to push, and as such it's not possible to guarantee the aggregate record will be written out in the right aggregation window. This can be problematic for infrequently collected metrics.
Desired behavior:
support writing aggregators in Starlark.
Use case:
People have asked for this, and will continue to build it in processors if we don't add it, though not ideal.
The text was updated successfully, but these errors were encountered: