An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.8% on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org
Top 9.8% forks on proxy.golang.org

proxy.golang.org : github.com/joeycumines/statsd

Package statsd is a simple and efficient StatsD client. Use options to configure the Client: target host/port, sampling rate, tags, etc. Whenever you want to use different options (e.g. other tags, different sampling rate), you should use the Clone() method of the Client. Because when cloning a Client, the same connection is reused so this is way cheaper and more efficient than creating another Client using New(). Client's methods buffer metrics. The buffer is flushed when either: The background goroutine can be disabled using the FlushPeriod(0) option. Buffering can be disabled using the MaxPacketSize(0) option. StatsD homepage: https://github.com/etsy/statsd

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/joeycumines/statsd
Keywords: datadog-metrics , go , golang , stats , statsd , tcp , udp
License: MIT
Latest release: over 9 years ago
First release: about 5 years ago
Namespace: github.com/joeycumines
Dependent repositories: 1
Stars: 7 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...