Skip to content
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

Add support for account disablement of AI Monitoring #2325

Closed
jsumners-nr opened this issue Jul 2, 2024 · 1 comment · Fixed by #2326
Closed

Add support for account disablement of AI Monitoring #2325

jsumners-nr opened this issue Jul 2, 2024 · 1 comment · Fixed by #2326
Assignees

Comments

@jsumners-nr
Copy link
Contributor

There is a feature request to add support for disabling AI Monitoring at the account level. This request has been given elevated priority across several agents, with the Node.js agent being one of them.

We need to:

  1. Update our connect service interaction code to recognize the new setting being sent by the connect service
  2. Apply the setting to the current agent instance
  3. Verify the setting is working via the staging environment

The updated spec for the payload being sent by the connect service can be viewed in our GHE instance. In short, to disable AI Monitoring the connect service will send:

{
	"return_value": {
		"collect_ai": false
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant