package agent

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BeginBatch

udf.proto:157

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: Request, Response

enum EdgeType

udf.proto:46

Used in: InfoResponse

message EndBatch

udf.proto:187

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: Request, Response

message ErrorResponse

udf.proto:135

Sent from the process to Kapacitor indicating an error has occurred. If an ErrorResponse is received, Kapacitor will terminate the process.

Used in: Response

message InfoRequest

udf.proto:43

Request that the process return information about available Options.

Used in: Request

(message has no fields)

message InfoResponse

udf.proto:51

Used in: Response

message InitRequest

udf.proto:70

Request that the process initialize itself with the provided options.

Used in: Request

message InitResponse

udf.proto:93

Respond to Kapacitor whether initialization was successful.

Used in: Response

message KeepaliveRequest

udf.proto:120

Request that the process respond with a Keepalive to verify it is responding.

Used in: Request

message KeepaliveResponse

udf.proto:127

Respond to KeepaliveRequest

Used in: Response

message Option

udf.proto:76

Used in: InitRequest

message OptionInfo

udf.proto:65

Used in: InfoResponse

message OptionValue

udf.proto:81

Used in: Option

message Point

udf.proto:167

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, Response

message Request

udf.proto:203

Request message wrapper -- sent from Kapacitor to process

message Response

udf.proto:220

Response message wrapper -- sent from process to Kapacitor

message RestoreRequest

udf.proto:108

Request that the process restore its state from a snapshot.

Used in: Request

message RestoreResponse

udf.proto:113

Respond with success or failure to a RestoreRequest

Used in: Response

message SnapshotRequest

udf.proto:99

Request that the process provide a snapshot of its state.

Used in: Request

(message has no fields)

message SnapshotResponse

udf.proto:103

Respond to Kapacitor with a serialized snapshot of the running state.

Used in: Response

enum ValueType

udf.proto:57

Used in: OptionInfo, OptionValue