DataDog / datadog-api-client-go

Golang client for the Datadog API
http://datadoghq.dev/datadog-api-client-go/
Apache License 2.0
126 stars 54 forks source link

Noise log: Using unstable operation #2538

Open jwillker opened 2 weeks ago

jwillker commented 2 weeks ago

Is your feature request related to a problem? Please describe.

There are a warn log when using unstable API right here: https://github.com/DataDog/datadog-api-client-go/blob/535a952ec44470ef4d460664a90d1c3eabc42f93/api/datadog/configuration.go#L519

My integration make a lot of requests to DataDog API, and I end up with a lot of logs like this:

2024/06/19 12:18:21 WARNING: Using unstable operation 'v2.QueryTimeseriesData'

Describe the solution you'd like

I would like a way to disable this message.