We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2318ed9 commit 7fea3f0Copy full SHA for 7fea3f0
examples_test.go
@@ -47,7 +47,7 @@ func Example() {
47
// Cloning a Client allows using different parameters while still using the
48
// same connection.
49
// This is way cheaper and more efficient than using New().
50
- stat := c.Clone(statsd.Prefix("http"), SampleRate(0.2))
+ stat := c.Clone(statsd.Prefix("http"), statsd.SampleRate(0.2))
51
stat.Increment("view") // Increments http.view
52
}
53
0 commit comments