Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DroppedEntry ¶
DroppedEntry represents a dropped entry in a tail call
type LabelResponse ¶
type LabelResponse struct {
Values []string `json:"values,omitempty"`
}
LabelResponse represents the http json response to a label query
type QueryResponse ¶
type QueryResponse struct {
Streams []*Stream `json:"streams,omitempty"`
}
QueryResponse represents the http json response to a label query
type TailResponse ¶
type TailResponse struct { Streams []logproto.Stream `json:"streams"` DroppedEntries []DroppedEntry `json:"dropped_entries"` }
TailResponse represents the http json response to a tail query
Click to show internal directories.
Click to hide internal directories.