Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(...interface{}) Warn(...interface{}) Fatal(...interface{}) }
type Prometheus ¶
func New ¶
func New(config *Config) (*Prometheus, error)
func (*Prometheus) QueryInstant ¶
func (p *Prometheus) QueryInstant(query string) (string, error)
Click to show internal directories.
Click to hide internal directories.