Registry / observability / smira-go-statsd

smira-go-statsd

JSON →
library1.3.4gogounverified

Package statsd implements a high-performance, zero-allocation statsd client for Go with automatic reconnects and support for InfluxDB and Datadog tag formats.

go get github.com/smira/go-statsd
INSTALL
IMPORT
SIG · SMIRA-GO-STATSD
S
smira-go-statsd
observabilitygov1.3.4
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/smira/go-statsd

Creates a statsd client and sends an increment metric.

package main import "github.com/smira/go-statsd" func main() { client := statsd.NewClient("localhost:8125", statsd.MetricPrefix("app.")) defer client.Close() client.Increment("requests.count") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
OpenAI (training)
2
Resources
smira-go-statsd — go get smira-go-statsd · libregistry