util

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2019 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ModelLabelSetToMap

func ModelLabelSetToMap(m model.LabelSet) map[string]string

ModelLabelSetToMap convert a model.LabelSet to a map[string]string

func RoundToMilliseconds added in v0.2.0

func RoundToMilliseconds(from, through time.Time) (model.Time, model.Time)

RoundToMilliseconds returns milliseconds precision time from nanoseconds. from will be rounded down to the nearest milliseconds while through is rounded up.

func ToClientLabels

func ToClientLabels(labels string) ([]client.LabelAdapter, error)

ToClientLabels parses the labels and converts them to the Cortex type.

func TokenFor added in v0.2.0

func TokenFor(userID, labels string) uint32

TokenFor generates a token used for finding ingesters from ring

Types

type ExtendedMock added in v0.2.0

type ExtendedMock struct {
	mock.Mock
}

func (*ExtendedMock) GetMockedCallsByMethod added in v0.2.0

func (m *ExtendedMock) GetMockedCallsByMethod(method string) []mock.Call

type LogAdapater added in v0.2.0

type LogAdapater struct {
	log.Logger
}

func NewLogAdapater added in v0.2.0

func NewLogAdapater(l log.Logger) LogAdapater

func (LogAdapater) Fatal added in v0.2.0

func (l LogAdapater) Fatal(v ...interface{})

Fatal implements tail.logger

func (LogAdapater) Fatalf added in v0.2.0

func (l LogAdapater) Fatalf(format string, v ...interface{})

Fatalf implements tail.logger

func (LogAdapater) Fatalln added in v0.2.0

func (l LogAdapater) Fatalln(v ...interface{})

Fatalln implements tail.logger

func (LogAdapater) Panic added in v0.2.0

func (l LogAdapater) Panic(v ...interface{})

Panic implements tail.logger

func (LogAdapater) Panicf added in v0.2.0

func (l LogAdapater) Panicf(format string, v ...interface{})

Panicf implements tail.logger

func (LogAdapater) Panicln added in v0.2.0

func (l LogAdapater) Panicln(v ...interface{})

Panicln implements tail.logger

func (LogAdapater) Print added in v0.2.0

func (l LogAdapater) Print(v ...interface{})

Print implements tail.logger

func (LogAdapater) Printf added in v0.2.0

func (l LogAdapater) Printf(format string, v ...interface{})

Printf implements tail.logger

func (LogAdapater) Println added in v0.2.0

func (l LogAdapater) Println(v ...interface{})

Println implements tail.logger

type MultiError

type MultiError []error

The MultiError type implements the error interface, and contains the Errors used to construct it.

func (*MultiError) Add

func (es *MultiError) Add(err error)

Add adds the error to the error list if it is not nil.

func (MultiError) Err

func (es MultiError) Err() error

Err returns the error list as an error or nil if it is empty.

func (MultiError) Error

func (es MultiError) Error() string

Returns a concatenated string of the contained errors

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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