Registry / observability / quipo-statsd

quipo-statsd

JSON →
library0.0.0-20180118161217-3d6a5565f314gogounverified

A Go client for sending metrics to a StatsD server.

go get github.com/quipo/statsd
INSTALL
IMPORT
SIG · QUIPO-STATSD
Q
quipo-statsd
observabilitygov0.0.0-20180118161217-3d6a5565f314
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/quipo/statsd

Initialize a StatsD client and send a counter increment.

package main import ( "github.com/quipo/statsd" ) func main() { client := statsd.NewClient("localhost:8125", "prefix") defer client.Close() client.Increment("counter") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180118161217-3d6a5565f314latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Resources
quipo-statsd — go get quipo-statsd · libregistry