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.
2 parents ec227b1 + b96c624 commit 2410f43Copy full SHA for 2410f43
metrics/datadog.go
@@ -22,7 +22,7 @@ type Options struct {
22
// Option is a client option. Can return an error if validation fails.
23
type Option func(*Options) error
24
25
-// WithTelemetry enables telemetry metrics.
+// WithoutTelemetry turns off senting DataDog telemetry metrics.
26
func WithoutTelemetry() Option {
27
return func(o *Options) error {
28
o.WithoutTelemetry = true
0 commit comments