文件名称:go-statsd-client:Go的statsd客户端
文件大小:34KB
文件格式:ZIP
更新时间:2024-06-17 08:42:18
go golang metrics statsd-client statsd
go-statsd-client 关于 Go的客户端(UDP)。 文件 可在在线。 例子 一些例子: import ( "log" "github.com/cactus/go-statsd-client/v5/statsd" ) func main () { // First create a client config. Here is a simple config that sends one // stat per packet (for compatibility). config := & statsd. ClientConfig { Address : "127.0.0.1:8125" , Prefix : "test-client" , } /* // This one is
【文件预览】:
go-statsd-client-master
----.github()
--------workflows()
----SECURITY.md(1005B)
----test-client()
--------main.go(3KB)
----LICENSE.md(1KB)
----CHANGELOG.md(3KB)
----go.sum(175B)
----README.md(5KB)
----statsd()
--------sender_resolving.go(4KB)
--------buffer_pool.go(551B)
--------statsdtest()
--------validator_test.go(607B)
--------sender_buffered.go(4KB)
--------doc.go(964B)
--------client_legacy.go(2KB)
--------client_test.go(8KB)
--------client_config.go(4KB)
--------tags.go(1KB)
--------client.go(8KB)
--------bench_sender_test.go(2KB)
--------validator.go(855B)
--------sender_buffered_test.go(2KB)
--------bench_buffered_test.go(2KB)
--------bench_client_test.go(2KB)
--------client_substatter_test.go(7KB)
--------client_buffered_test.go(5KB)
--------sender.go(1KB)
----go.mod(99B)