push
This commit is contained in:
14
golang-producer-consumer/vendor/gitlab-app.eng.qops.net/golang/metrics/client.go
generated
vendored
Executable file
14
golang-producer-consumer/vendor/gitlab-app.eng.qops.net/golang/metrics/client.go
generated
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
package metrics
|
||||
|
||||
import "github.com/alexcesaro/statsd"
|
||||
|
||||
type client interface {
|
||||
Clone(...statsd.Option) *statsd.Client
|
||||
Count(string, interface{})
|
||||
Increment(string)
|
||||
Gauge(string, interface{})
|
||||
Histogram(string, interface{})
|
||||
Timing(string, interface{})
|
||||
Flush()
|
||||
Close()
|
||||
}
|
||||
Reference in New Issue
Block a user