• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D28-Oct-2019164 53

buffer.goH A D28-Oct-20194 KiB131110

buffer_pool.goH A D28-Oct-2019834 4135

buffer_pool_test.goH A D28-Oct-20191 KiB4433

buffer_test.goH A D28-Oct-20193.2 KiB8976

event.goH A D28-Oct-20192.6 KiB9252

format.goH A D28-Oct-20197 KiB233196

format_benchmark_test.goH A D28-Oct-20192 KiB5550

format_test.goH A D28-Oct-20199.2 KiB300262

noop.goH A D28-Oct-20192.4 KiB9252

noop_test.goH A D28-Oct-2019780 3227

options.goH A D28-Oct-20194.6 KiB14293

options_test.goH A D28-Oct-20191.9 KiB5547

sender.goH A D28-Oct-20193.3 KiB11799

sender_test.goH A D28-Oct-2019883 4335

service_check.goH A D28-Oct-20192 KiB7144

statsd.goH A D28-Oct-201915.9 KiB504314

statsd_benchmark_test.goH A D28-Oct-20192.6 KiB10582

statsd_test.goH A D28-Oct-201911.9 KiB437379

udp.goH A D28-Oct-20191.5 KiB7457

udp_test.goH A D28-Oct-20191.8 KiB7156

uds.goH A D28-Oct-20192.3 KiB9968

uds_test.goH A D28-Oct-20194.8 KiB180149

README.md

1## Overview
2
3Package `statsd` provides a Go [dogstatsd](http://docs.datadoghq.com/guides/dogstatsd/) client.  Dogstatsd extends Statsd, adding tags
4and histograms.
5