v1

package
v0.34.1 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: Apache-2.0 Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionType added in v0.24.0

type ActionType int32
const (
	Deletion ActionType = iota
	NoCompaction
	Unknown
)

type BlocksAPI

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

BlocksAPI is a very simple API used by Thanos Block Viewer.

func NewBlocksAPI

func NewBlocksAPI(logger log.Logger, disableCORS bool, label string, flagsMap map[string]string, bkt objstore.Bucket) *BlocksAPI

NewBlocksAPI creates a simple API to be used by Thanos Block Viewer.

func (*BlocksAPI) Register

func (bapi *BlocksAPI) Register(r *route.Router, tracer opentracing.Tracer, logger log.Logger, ins extpromhttp.InstrumentationMiddleware, logMiddleware *logging.HTTPServerMiddleware)

func (*BlocksAPI) SetGlobal

func (bapi *BlocksAPI) SetGlobal(blocks []metadata.Meta, err error)

SetGlobal updates the global blocks' metadata in the API.

func (*BlocksAPI) SetLoaded

func (bapi *BlocksAPI) SetLoaded(blocks []metadata.Meta, err error)

SetLoaded updates the local blocks' metadata in the API.

type BlocksInfo

type BlocksInfo struct {
	Label       string          `json:"label"`
	Blocks      []metadata.Meta `json:"blocks"`
	RefreshedAt time.Time       `json:"refreshedAt"`
	Err         error           `json:"err"`
}

Jump to

Keyboard shortcuts

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