package client

import "github.com/google/cadvisor/storage/statsd/client"

Index

Types

type Client

type Client struct {
	HostPort  string
	Namespace string
	// contains filtered or unexported fields
}

func New

func New(hostPort string) (*Client, error)

func (*Client) Close

func (self *Client) Close() error

func (*Client) Open

func (self *Client) Open() error

func (*Client) Send

func (self *Client) Send(namespace, containerName, key string, value uint64) error

Simple send to statsd daemon without sampling.

Source Files

client.go

Version
v0.28.4
Published
May 23, 2018
Platform
darwin/amd64
Imports
3 packages
Last checked
18 hours ago

Tools for package owners.