statsd

package
v0.0.0-...-c2832fb Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2016 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CLI

type CLI struct {
	Listen string `short:"l" long:"listen" default:":8125" description:"UDP host:port to listen on"`
}

func (*CLI) Execute

func (s *CLI) Execute(args []string) error

type Plugin

type Plugin struct {
	Listen string `description:"host:port to listen on for statsd messages"`
}

func (*Plugin) Generator

func (p *Plugin) Generator() (cypress.Generator, error)

type Statsd

type Statsd struct {
	Server *statsd.Server
	// contains filtered or unexported fields
}

func NewStatsdEndpoint

func NewStatsdEndpoint(out cypress.Receiver, address string) (*Statsd, error)

func (*Statsd) Run

func (s *Statsd) Run() error

Jump to

Keyboard shortcuts

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