Registry /
observability / cactus-go-statsd-client
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
statsd
✓ github.com/cactus/go-statsd-client
Create a StatsD client and increment a counter.
package main
import "github.com/cactus/go-statsd-client/statsd"
func main() {
client, _ := statsd.NewClient("localhost:8125", "prefix")
defer client.Close()
client.Inc("counter", 1, 1.0)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
3.2.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.