# Functions
GetVersion returns the loghttp version for a given path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseInstantQuery parses an InstantQuery request from an http request.
ParseLabelQuery parses a LabelRequest request from an http request.
No description provided by the author
ParseRangeQuery parses a RangeQuery request from an http request.
No description provided by the author
ParseTailQuery parses a TailRequest request from an http request.
No description provided by the author
No description provided by the author
# Constants
QueryStatus values.
QueryStatus values.
ResultType values.
ResultType values.
ResultType values.
ResultType values.
Valid Version values.
Valid Version values.
# Structs
No description provided by the author
LabelResponse represents the http json response to a label query.
DroppedStream represents a dropped stream in tail call.
Entry represents a log entry.
No description provided by the author
InstantQuery defines a log instant query.
LabelResponse represents the http json response to a label query.
PushRequest models a log stream push but is unmarshalled to proto push format.
QueryResponse represents the http json response to a Loki range and instant query.
QueryResponseData represents the http json response to a label query.
RangeQuery defines a log range query.
No description provided by the author
Stream represents a log stream.
TailResponse represents the http json response to a tail query.
No description provided by the author
No description provided by the author
# Interfaces
ResultValue interface mimics the promql.Value interface.
# Type aliases
LabelSet is a key/value pair mapping of labels.
LogProtoStream helps with unmarshalling of each log stream for push request.
Matrix is a slice of SampleStreams.
QueryStatus holds the status of a query.
ResultType holds the type of the result.
Scalar is a single timestamp/float with no labels.
Streams is a slice of Stream.
Vector is a slice of Samples.
Version holds a loghttp version.