-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[BUG] APM remote configuration not work on 7.65.0 #36734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👋 Hello! Thanks for opening an issue here, to better investigate this can you please open a Datadog Support Ticket? That will let us better investigate your exact setup and collect more information to understand the scope of the issue here. |
We we experienced the same issue, using datadog-3.113.0 helm chart, but in our case the issue was because even tho remote config was enabled, no API keys was actually authorized to connect to the remote config service, once we enabled a api key, the errors disappeared along with tons of warning logs like these: we upgraded from helm chart datadog-3.90.0 so quite a few versions, but something defiantly changed in regards to remote config, as we didint see this error before we upgraded, and remote config was enabled in the agent, but not in the backend before aswell without causing this error. |
We have the exact same issue. |
Rollback Datadog Agent to 7.64.3 will mitigate issue. |
Confirming this worked for us as well. |
The Helm charts just list the agent app version as "7". Are there release notes or other practical system to know which is the latest Helm chart version that has Agent v7.64.3? |
Are there rollback instructions somewhere? |
If you installed via Helm you can re-install the chart at a target previous version. The changelog link @mikutas provided will let you find the helm chart version you want. In our particular case the error appeared to be an intersection of using an API token issued well before the new permissions related to remote agent control existed. We explicitly disabled remote control in our agent config to resolve it for now. If/when we want the feature, we'll try with a new API token. |
Looks like it is on by default in values.yaml at https://github.com/DataDog/helm-charts/blob/ca18b23d09f353de91d7bb765cdb540f19097c1b/charts/datadog/values.yaml#L2486-L2490 so it does need to be disabled explicitly. |
Hi folks, I unsure if it the same issue but I have error
it is happening for me for version Once I set |
We are receiving a similar error that's absolutely obliterating our logging in DD. The agent is running latest as a sidecar in our ECS task sets.
A patch update would be nice 👍🏻 |
@crice88 I'm curious, do you have |
@krazylegz waiting till midweek to set it. We have so many tasks that use the DD agent, we're hopeful a patch hits soon to mitigate the errors. |
Looks like version 2.17.0 of the datadog gem took care of the issue for me (I was previously at 2.14.0). |
Uh oh!
There was an error while loading. Please reload this page.
Agent Environment
Describe what happened:
I setup APM with Datadog Agent, but after updating to the latest (7.65.0) version, an error related to Remote Configuration is occurring from the application that configured APM.
Getting error on dd-trace-rb:
Getting error on dd-trace-java:
Describe what you expected:
Steps to reproduce the issue:
Upgrade to 7.65.0 from 7.61.0
Additional environment details (Operating System, Cloud provider, etc):
Kubernetes with Helm installation, Helm: datadog-3.112.0
The text was updated successfully, but these errors were encountered: