package
0.0.0-20191121140916-9649366ff4b2
Repository: https://github.com/chronosphereiox/m3.git
Documentation: pkg.go.dev

# Functions

NewCompleteTagsHandler returns a new instance of handler.
NewListTagsHandler returns a new instance of handler.
NewPromParseHandler returns a new instance of handler.
NewPromReadHandler returns a new instance of handler.
NewPromReadInstantHandler returns a new instance of handler.
NewPromThresholdHandler returns a new instance of handler.

# Constants

CompleteTagsHTTPMethod is the HTTP method used with this resource.
CompleteTagsURL is the url for searching tags.
ListTagsURL is the url for listing tags.
PromParseHTTPMethod is the HTTP method used with this resource.
PromParseURL is the url for native prom parse handler, this parses out the query and returns a JSON representation of the execution DAG.
PromReadHTTPMethod is the HTTP method used with this resource.
PromReadInstantHTTPMethod is the HTTP method used with this resource.
PromReadInstantURL is the url for native instantaneous prom read handler, this matches the default URL for the query endpoint found on a Prometheus server.
PromReadURL is the url for native prom read handler, this matches the default URL for the query range endpoint found on a Prometheus server.
PromThresholdHTTPMethod is the HTTP method used with this resource.
PromThresholdURL is the url for native prom threshold handler, this parses out the query and returns a JSON representation of the execution DAG.

# Variables

ListTagsHTTPMethods are the HTTP methods used with this resource.

# Structs

CompleteTagsHandler represents a handler for search tags endpoint.
FunctionNode is a JSON representation of a function.
ListTagsHandler represents a handler for list tags endpoint.
PromReadHandler represents a handler for prometheus read endpoint.
PromReadInstantHandler represents a handler for prometheus instantaneous read endpoint.
QueryRepresentation is a JSON representation of a query after attempting to extract any threshold-specific parameters.
ReadResponse is the response that gets returned to the user.
RespError wraps error and status code.
ServeResult returns the results from a query call.
Threshold is a JSON representation of a threshold, represented by a top level comparison function.