vault/vendor/github.com/DataDog/datadog-go/statsd/uds.go
Jeff Mitchell b5455293d4
Update deps (#6580)
* Update deps

* Change azure dep to match plugin
2019-04-12 11:51:37 -04:00

12 lines
209 B
Go

package statsd
import (
"time"
)
/*
UDSTimeout holds the default timeout for UDS socket writes, as they can get
blocking when the receiving buffer is full.
*/
const defaultUDSTimeout = 1 * time.Millisecond