-
Notifications
You must be signed in to change notification settings - Fork 199
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
Ability to disable calls to instance metadata endpoint #1775
Comments
hi @jbrailsford! where are you seeing these calls? is the agent logging them, or are you capturing/seeing them some other way? thx |
Hey @trask, apologies for the delay, will confirm what is logging them with our dev team tomorrow AM (UK time). In the meantime, this may be of help, these are the log messages that are emitted:
|
Back again, it appears that the exceptions are being logged by Log4J. |
hey @jbrailsford, sorry for the late reply, logging this at INFO was not intentional, and will be fixed in the next release 👍 |
hey @trask - that's great to hear, thanks for letting me know! |
This is fixed in |
3.2.0-BETA.2 is released |
Currently when running the AI integration for Java for code that's deployed outside of Azure, we see repeated calls to the instance metadata service endpoint (http://169.254.169.254:80) - naturally these fail given it's not running in an environment with that available.
Ideally it should be possible to disable this module in the same way it's possible to disable some of the automatic dependency telemtry modules.
If it's already possible to disable it, could it instead be documented?
The text was updated successfully, but these errors were encountered: