# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
FilterSeriesByOptions removes series tags based on options.
ParsePromCompressedRequest parses a snappy compressed request from Prometheus.
ParseRequestTimeout parses the input request timeout with a default.
ParseSeriesMatchQuery parses all params from the GET request.
ParseTagCompletionParamsToQueries parses all params from the GET request.
RenderListTagResultsJSON renders list tag results to json format.
RenderSeriesMatchResultsJSON renders series match results to json format.
RenderTagCompletionResultsJSON renders tag completion results to json format.
RenderTagValuesResultsJSON renders tag values results to json format.
# Structs
MatchInformation describes how well two responses match.
MatrixResult contains a list matrixRow.
ParsePromCompressedRequestResult is the result of a ParsePromCompressedRequest call.
Response represents Prometheus's query response.
ScalarResult is the scalar Value for the response.
StringResult is the string Value for the response.
TagCompletionQueries are tag completion queries.
TimeoutOpts stores options related to various timeout configurations.
VectorResult contains a list of vectorItem.