Registry / observability / peterbourgon-g2s

peterbourgon-g2s

JSON →
library0.0.0-20170223122336-d4e7ad98afeagogounverified

Go library for sending metrics to Graphite via the statsd protocol.

go get github.com/peterbourgon/g2s
INSTALL
IMPORT
SIG · PETERBOURGON-G2S
P
peterbourgon-g2s
observabilitygov0.0.0-20170223122336-d4e7ad98afea
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.

g2s
github.com/peterbourgon/g2s

Send a counter metric to a statsd endpoint.

package main import ( "github.com/peterbourgon/g2s" ) func main() { c, err := g2s.Dial("udp", "localhost:8125") if err != nil { panic(err) } c.Counter(1.0, "my.counter", 1) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170223122336-d4e7ad98afealatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Amazon
1
Resources
peterbourgon-g2s — go get peterbourgon-g2s · libregistry