Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Respond ¶ added in v0.3.2
func Respond(w http.ResponseWriter, data interface{}, warnings []error)
func RespondError ¶ added in v0.3.2
func RespondError(w http.ResponseWriter, apiErr *ApiError, data interface{})
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API can register a set of endpoints in a router and handle them using the provided storage and query engine.
func NewAPI ¶
func NewAPI( logger log.Logger, reg *prometheus.Registry, qe *promql.Engine, c query.QueryableCreator, enableAutodownsampling bool, enablePartialResponse bool, defaultInstantQueryMaxSourceResolution time.Duration, ) *API
NewAPI returns an initialized API type.
func (*API) Register ¶
func (api *API) Register(r *route.Router, tracer opentracing.Tracer, logger log.Logger, ins extpromhttp.InstrumentationMiddleware)
Register the API's endpoints in the given router.
Click to show internal directories.
Click to hide internal directories.