Skip to content

mullvad/statsd-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statsd

Introduction

statsd is a simple and efficient Statsd client.

This is a fork of the Go Statsd client by alexcesaro. This features some additions to gauges and listener-less client startup.

Features

  • Supports all StatsD metrics: counter, gauge (relative and absolute), timing and set
  • Supports InfluxDB and Datadog tags
  • Fast and GC-friendly: all functions for sending metrics do not allocate
  • Efficient: metrics are buffered by default
  • Simple and clean API

Download

go get github.com/infosum/statsd

License

MIT

Contribute

Do you have any question the documentation does not answer? Is there a use case that you feel is common and is not well-addressed by the current API?

If so you are more than welcome to ask questions or open an issue or send a pull-request here on Github.

About

An efficient Statsd Go client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages