veneur-emit

command
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2017 License: MIT Imports: 10 Imported by: 0

README

veneur-emit is a command line utility for emitting metrics to Veneur.

Some common use cases:

  • Instrument shell scripts
  • Instrumenting shell-based tools like init scripts, startup scripts and more
  • Testing

Usage

veneur-emit can read an existing veneur config file. If that's not convenient, you can specify it's configuration options directly.

Usage of ./veneur-emit:
  -count int
    	Report a 'count' metric. Value must be an integer.
  -debug
    	Turns on debug messages.
  -f string
    	The Veneur config file to read for settings.
  -gauge float
    	Report a 'gauge' metric. Value must be float64.
  -hostport string
    	Hostname and port of destination. Must be used if config file is not present.
  -name string
    	Name of metric to report. Ex: daemontools.service.starts
  -tag string
    	Tag(s) for metric, comma separated. Ex: service:airflow
  -timing duration
    	Report a 'timing' metric. Value must be parseable by time.ParseDuration (https://golang.org/pkg/time/#ParseDuration). (default -10ns)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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