Control tap
velocity in the API
#6391
Labels
domain: api
Anything related to Vector's GraphQL API
type: enhancement
A value-adding code change that enhances its existing functionality.
The tap interface added by #6363 is real-time, and therefore potentially very high volume for components that emit large numbers of events.
A combination of
interval
with a first/last/sample option should be added, to control the rate/number ofLogEvent
s returned to a client over a given interval.The
sample
option should take an evenly distributed snapshot of the events over the interval.The text was updated successfully, but these errors were encountered: