adaq
This commit is contained in:
2
vendor/github.com/DataDog/datadog-go/statsd/statsd.go
generated
vendored
2
vendor/github.com/DataDog/datadog-go/statsd/statsd.go
generated
vendored
@@ -286,7 +286,7 @@ func (c *Client) Timing(name string, value time.Duration, tags []string, rate fl
|
||||
}
|
||||
|
||||
// TimeInMilliseconds sends timing information in milliseconds.
|
||||
// It is flushed by statsd with percentiles, mean and other info (https://github.com/etsy/statsd/blob/master/docs/metric_types.md#timing)
|
||||
// It is flushed by statsd with percentiles, mean and other info (.com/etsy/statsd/blob/master/docs/metric_types.md#timing)
|
||||
func (c *Client) TimeInMilliseconds(name string, value float64, tags []string, rate float64) error {
|
||||
stat := fmt.Sprintf("%f|ms", value)
|
||||
return c.send(name, stat, tags, rate)
|
||||
|
2
vendor/vendor.json
vendored
2
vendor/vendor.json
vendored
@@ -213,5 +213,5 @@
|
||||
"revisionTime": "2017-04-18T18:31:09Z"
|
||||
}
|
||||
],
|
||||
"rootPath": "github.com/osuYozora/api"
|
||||
"rootPath": "github.com/osuyozora/api"
|
||||
}
|
||||
|
Reference in New Issue
Block a user