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
{{ message }}
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
The current client diagnostics string leads to a huge amount of log volume on the client side.
Customers would like some ability to selectively log client metrics, so that they can keep the log volume down. Ingestion costs are usually what causes high log costs in things like Log Analytics and Splunk.
There's a decent example in the .Net SDK of how to only log the diagnostic string when there's a problem - is there enough functionality in the Spring/Java clients to take a similar approach?