cardinality

package
v0.0.0-...-7d6b067 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveSeriesRequest

type ActiveSeriesRequest struct {
	Matchers []*labels.Matcher
}

func DecodeActiveSeriesRequest

func DecodeActiveSeriesRequest(r *http.Request) (*ActiveSeriesRequest, error)

DecodeActiveSeriesRequest decodes the input http.Request into an ActiveSeriesRequest.

func DecodeActiveSeriesRequestFromValues

func DecodeActiveSeriesRequestFromValues(values url.Values) (*ActiveSeriesRequest, error)

DecodeActiveSeriesRequestFromValues is like DecodeActiveSeriesRequest but takes an url.Values parameter.

func (*ActiveSeriesRequest) String

func (r *ActiveSeriesRequest) String() string

String returns a string representation that uniquely identifies the request.

type CountMethod

type CountMethod string
const (
	InMemoryMethod CountMethod = "inmemory"
	ActiveMethod   CountMethod = "active"
)

type LabelNamesRequest

type LabelNamesRequest struct {
	Matchers    []*labels.Matcher
	CountMethod CountMethod
	Limit       int
}

func DecodeLabelNamesRequest

func DecodeLabelNamesRequest(r *http.Request) (*LabelNamesRequest, error)

DecodeLabelNamesRequest decodes the input http.Request into a LabelNamesRequest. The input http.Request can either be a GET or POST with URL-encoded parameters.

func DecodeLabelNamesRequestFromValues

func DecodeLabelNamesRequestFromValues(values url.Values) (*LabelNamesRequest, error)

DecodeLabelNamesRequestFromValues is like DecodeLabelNamesRequest but takes url.Values in input.

func (*LabelNamesRequest) String

func (r *LabelNamesRequest) String() string

Strings returns a full representation of the request. The returned string can be used to uniquely identify the request.

type LabelValuesRequest

type LabelValuesRequest struct {
	LabelNames  []model.LabelName
	Matchers    []*labels.Matcher
	CountMethod CountMethod
	Limit       int
}

func DecodeLabelValuesRequest

func DecodeLabelValuesRequest(r *http.Request) (*LabelValuesRequest, error)

DecodeLabelValuesRequest decodes the input http.Request into a LabelValuesRequest. The input http.Request can either be a GET or POST with URL-encoded parameters.

func DecodeLabelValuesRequestFromValues

func DecodeLabelValuesRequestFromValues(values url.Values) (*LabelValuesRequest, error)

DecodeLabelValuesRequestFromValues is like DecodeLabelValuesRequest but takes url.Values in input.

func (*LabelValuesRequest) String

func (r *LabelValuesRequest) String() string

Strings returns a full representation of the request. The returned string can be used to uniquely identify the request.

Jump to

Keyboard shortcuts

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