resolver

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PolicyResolver

type PolicyResolver interface {
	// Resolve will resolve each metric ID to a FetchRequest with a list of FetchRanges.
	// The list of ranges is guaranteed to cover the full [startTime, endTime). The best
	// storage policy will be picked for the range with configured strategy, but there
	// may still be no data retained for the range in the given storage policy.
	Resolve(
		ctx context.Context,
		tagMatchers models.Matchers,
		startTime, endTime time.Time,
	) ([]tsdb.FetchRequest, error)
}

PolicyResolver resolves policy for a query.

func NewStaticResolver

func NewStaticResolver(sp policy.StoragePolicy) PolicyResolver

NewStaticResolver creates a static policy resolver.

Jump to

Keyboard shortcuts

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