datadog-api-client-go icon indicating copy to clipboard operation
datadog-api-client-go copied to clipboard

Noise log: Using unstable operation

Open jwillker opened this issue 1 year ago • 3 comments

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.

jwillker avatar Jun 19 '24 15:06 jwillker

Thanks for your contribution!

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community.

If you would like this issue to remain open:

  1. Verify that you can still reproduce the issue in the latest version of this project.

  2. Comment that the issue is still reproducible and include updated details requested in the issue template.

github-actions[bot] avatar Jul 28 '24 00:07 github-actions[bot]

Not stale

jwillker avatar Jul 29 '24 17:07 jwillker

Thanks for your contribution!

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community.

If you would like this issue to remain open:

  1. Verify that you can still reproduce the issue in the latest version of this project.

  2. Comment that the issue is still reproducible and include updated details requested in the issue template.

github-actions[bot] avatar Aug 29 '24 00:08 github-actions[bot]

Thanks for the issue. We have downgraded the log to debug in https://github.com/DataDog/datadog-api-client-go/pull/2780. Closing this issue.

skarimo avatar Nov 12 '24 19:11 skarimo