You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But even if Azure/azure-sdk-for-java#42521 is addressed, because of the way sampling works, if you sample out the InProc SecretClient.getSecretSync, it will cascade down and sample out the underlying HTTP request as well, which I don't believe is what you want.
I do have a spring boot - web flux (java 17) application with dependencies like:
Last days we enabled Azure Monitor - Application Insights.
We want to limit traffic a bit so I added applicationinsights.json file:
Everything is working as expected except InProc dependencies that are still visible.
Based on https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-config#autocollect-inproc-dependencies-preview 'InProc' dependencies should be disabled by default.
From logs:
I tried additionally few things, but it doesn't work:
Can you pls help me with that? Not sure if it is actually a bug or i am just doing something wrong. Thank you!
The text was updated successfully, but these errors were encountered: