Registry / observability / alexcesaro-statsd

alexcesaro-statsd

JSON →
library2.0.0+incompatiblegogounverified

A simple and efficient StatsD client for sending metrics to a StatsD server.

go get github.com/alexcesaro/statsd
INSTALL
IMPORT
SIG · ALEXCESARO-STATSD
A
alexcesaro-statsd
observabilitygov2.0.0+incompatible
harness data pending
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/alexcesaro/statsd

Connect to a StatsD server and increment a counter.

package main import ( "github.com/alexcesaro/statsd" ) func main() { c, _ := statsd.New(statsd.Address("localhost:8125")) c.Increment("my.counter") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
54 hits · last 30 days
node
46
OpenAI (training)
1
Resources