statsdw

package
v5.11.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Prefix = "kubernetes-deployment"

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Gauge(bucket string, value interface{})
	Increment(bucket string, tags ...Tag)
	Close()
}

func New

func New(addr string) Interface

type NullClient

type NullClient struct{}

func (NullClient) Close

func (n NullClient) Close()

func (NullClient) Gauge

func (n NullClient) Gauge(bucket string, value interface{})

func (NullClient) Increment

func (n NullClient) Increment(bucket string, tags ...Tag)

type Tag

type Tag struct {
	Name, Value string
}

type Wrapper

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

func (*Wrapper) Close

func (w *Wrapper) Close()

func (*Wrapper) Gauge

func (w *Wrapper) Gauge(bucket string, value interface{})

func (*Wrapper) Increment

func (w *Wrapper) Increment(bucket string, tags ...Tag)

Jump to

Keyboard shortcuts

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