v1

package
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2017 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Api

type Api struct {
	// contains filtered or unexported fields
}

func NewApi

func NewApi(runningInKubernetes bool, metricSink *metricsink.MetricSink, historicalSource core.HistoricalSource, disableMetricExport bool) *Api

Create a new Api to serve from the specified cache.

func (*Api) Register

func (a *Api) Register(container *restful.Container)

Register the mainApi on the specified endpoint.

func (*Api) RegisterHistorical added in v1.2.0

func (normalApi *Api) RegisterHistorical(container *restful.Container)

RegisterHistorical registers the Historical API endpoints. It will register the same endpoints as those in the model API, plus endpoints for aggregation retrieval, and endpoints to retrieve pod metrics by using the pod id.

func (*Api) RegisterModel

func (a *Api) RegisterModel(container *restful.Container)

RegisterModel registers the Model API endpoints. All endpoints that end with a {metric-name} also receive a start time query parameter. The start and end times should be specified as a string, formatted according to RFC 3339.

type HistoricalApi added in v1.2.0

type HistoricalApi struct {
	*Api
}

HistoricalApi wraps the standard API to overload the fetchers to use the one of the persistent storage sinks instead of the in-memory metrics sink

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL