package
0.0.0-20191121140916-9649366ff4b2
Repository: https://github.com/chronosphereiox/m3.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewPromReadHandler returns a new instance of handler.
NewPromSeriesMatchHandler returns a new instance of handler.
NewPromWriteHandler returns a new instance of handler.
NewTagValuesHandler returns a new instance of handler.
# Constants
NameReplace is the parameter that gets replaced.
PromReadHTTPMethod is the HTTP method used with this resource.
PromReadURL is the url for remote prom read handler.
PromSeriesMatchURL is the url for remote prom series matcher handler.
PromWriteHTTPMethod is the HTTP method used with this resource.
PromWriteURL is the url for the prom write handler.
TagValuesHTTPMethod is the HTTP method used with this resource.
TagValuesURL is the url for tag values.
# Variables
PromSeriesMatchHTTPMethods are the HTTP methods used with this resource.
# Structs
PromReadHandler represents a handler for prometheus read endpoint.
PromSeriesMatchHandler represents a handler for prometheus series matcher endpoint.
PromWriteHandler represents a handler for prometheus write endpoint.
PromWriteHandlerForwardingOptions is the forwarding options for prometheus write handler.
PromWriteHandlerForwardTargetOptions is a prometheus write handler forwarder target.
TagValuesHandler represents a handler for search tags endpoint.
TagValuesResponse is the response that gets returned to the user.