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

Top 5.8% dependent packages on proxy.golang.org
Top 2.5% dependent repos on proxy.golang.org

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

Package statsd is a simple and efficient StatsD client. StatsD is a network daemon that listens for statistics and aggregates them to one or more pluggable backend services (e.g., Graphite). The statsd package provides options to configure the client, such as the target host/port, sampling rate, and tags. To use different options, you can clone the client using the Clone() method. The client's methods buffer metrics, and the buffer is flushed either by the background goroutine (every 100ms by default) or when the buffer is full (1440 bytes by default to avoid IP packet fragmentation). You can disable the background goroutine using the FlushPeriod(0) option and disable buffering using the MaxPacketSize(0) option. For more information about StatsD, visit the StatsD homepage: https://github.com/etsy/statsd

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/tecnickcom/statsd
License: MIT
Latest release: about 6 years ago
First release: over 1 year ago
Namespace: github.com/tecnickcom
Dependent packages: 1
Dependent repositories: 4
Stars: 2 on GitHub
Forks: 1 on GitHub
Total Commits: 45
Committers: 6
Average commits per author: 7.5
Development Distribution Score (DDS): 0.467
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ
Last synced: 9 days ago

    Loading...
    Readme
    Loading...