Registry / observability / alexcesaro-statsd-v2

alexcesaro-statsd-v2

JSON →
library2.0.0gogounverified

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

go get gopkg.in/alexcesaro/statsd.v2
INSTALL
IMPORT
SIG · ALEXCESARO-STATSD-
A
alexcesaro-statsd-v2
observabilitygov2.0.0
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
gopkg.in/alexcesaro/statsd.v2

Creates a StatsD client and increments a counter.

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

No known issues recorded.

Upgrade
Version history
2.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
54 hits · last 30 days
node
46
OpenAI (training)
1
Resources
alexcesaro-statsd-v2 — go get alexcesaro-statsd-v2 · libregistry