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

..03-May-2022-

README.mdH A D12-Feb-2021164 53

aggregator.goH A D12-Feb-20216.4 KiB272221

aggregator_test.goH A D12-Feb-20215.1 KiB229194

benchmark_report_metric_noop_test.goH A D12-Feb-2021108 83

benchmark_report_metric_test.goH A D12-Feb-2021150 105

buffer.goH A D12-Feb-20215.5 KiB192153

buffer_pool.goH A D12-Feb-2021834 4135

buffer_pool_test.goH A D12-Feb-20211 KiB4433

buffer_test.goH A D12-Feb-20215.6 KiB143116

client_test.goH A D12-Feb-202115.3 KiB560496

event.goH A D12-Feb-20212.6 KiB9252

fnv1a.goH A D12-Feb-2021836 4028

format.goH A D12-Feb-20217.6 KiB258218

format_benchmark_test.goH A D12-Feb-20212 KiB5550

format_test.goH A D12-Feb-202110.4 KiB336290

metrics.goH A D12-Feb-20213.3 KiB182140

metrics_test.goH A D12-Feb-20216.7 KiB233196

noop.goH A D12-Feb-20212.4 KiB9252

noop_test.goH A D12-Feb-2021780 3227

options.goH A D12-Feb-202110.7 KiB318197

options_test.goH A D12-Feb-20214.1 KiB118104

pipe.goH A D12-Feb-2021199 105

pipe_windows.goH A D12-Feb-20211.5 KiB8568

pipe_windows_test.goH A D12-Feb-20212.9 KiB127109

sender.goH A D12-Feb-20213.8 KiB131110

sender_test.goH A D12-Feb-2021883 4335

service_check.goH A D12-Feb-20212 KiB7144

statsd.goH A D12-Feb-202117.7 KiB623420

statsd_benchmark_test.goH A D12-Feb-20215.9 KiB200138

statsd_test.goH A D12-Feb-20213.2 KiB12594

telemetry.goH A D12-Feb-20216.2 KiB152116

telemetry_test.goH A D12-Feb-202111.8 KiB350277

udp.goH A D12-Feb-20211.5 KiB7457

udp_test.goH A D12-Feb-20211.8 KiB7156

uds.goH A D12-Feb-20212.4 KiB10168

uds_test.goH A D12-Feb-20215.1 KiB194158

uds_windows.goH A D12-Feb-2021245 115

worker.goH A D12-Feb-20214.3 KiB164126

worker_test.goH A D12-Feb-20217.2 KiB290249

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