backend

package
v2.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend interface {
	Collect(r *collector.Result) error
}

Backend is a receiver of metrics

type CloudWatchBackend

type CloudWatchBackend struct {
}

CloudWatchBackend sends metrics to AWS CloudWatch

func NewCloudWatchBackend

func NewCloudWatchBackend() *CloudWatchBackend

func (*CloudWatchBackend) Collect

func (cb *CloudWatchBackend) Collect(r *collector.Result) error

type StatsD

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

StatsD sends metrics to StatsD (Datadog spec)

func NewStatsDBackend

func NewStatsDBackend(host string, tagsSupported bool) (*StatsD, error)

func (*StatsD) Collect

func (cb *StatsD) Collect(r *collector.Result) error

Jump to

Keyboard shortcuts

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