Get desktop application:
View/edit binary Protocol Buffers messages
Indicates the beginning of a batch. All subsequent points should be considered part of the batch until EndBatch arrives. This includes grouping. Batches of differing groups may not be interleaved. All the meta data but tmax is provided, since tmax may not be known at the beginning of a batch. Size is the number of points in the batch. If size is 0 then the batch has an undetermined size.
Used in:
,Used in:
Indicates the end of a batch and contains all meta data associated with the batch. The same meta information is provided for ease of use with the addition of tmax since it may not be know at BeginBatch.
Used in:
,Sent from the process to Kapacitor indicating an error has occurred. If an ErrorResponse is received, Kapacitor will terminate the process.
Used in:
Request that the process return information about available Options.
Used in:
(message has no fields)
Used in:
Request that the process initialize itself with the provided options.
Used in:
Respond to Kapacitor whether initialization was successful.
Used in:
Request that the process respond with a Keepalive to verify it is responding.
Used in:
The number of nanoseconds since the epoch. Used only for debugging keepalive requests.
Respond to KeepaliveRequest
Used in:
The number of nanoseconds since the epoch. Used only for debugging keepalive requests.
Used in:
Used in:
Used in:
Message containing information about a single data point. Can be sent on it's own or bookended by BeginBatch and EndBatch messages.
Used in:
,Request message wrapper -- sent from Kapacitor to process
Management requests
Data flow responses
Response message wrapper -- sent from process to Kapacitor
Management responses
Data flow responses
Request that the process restore its state from a snapshot.
Used in:
Respond with success or failure to a RestoreRequest
Used in:
Request that the process provide a snapshot of its state.
Used in:
(message has no fields)
Respond to Kapacitor with a serialized snapshot of the running state.
Used in:
Used in:
,