prometheus

package
v1.0.0-beta.4 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Address() string
	Query(queryString string) (float64, error)
	QueryVector(queryString string) (*model.Vector, error)
	FilterVector(v model.Vector, filterLabelName, filterLabelValue string) (*float64, error)
}

func NewClient

func NewClient(address string) (Client, error)

Jump to

Keyboard shortcuts

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