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
I was looking at some traces for downstream service we call and noticed we were getting tons of unique resources bc the service uses high-cardinality data in its REST API and Datadog's built-in quantization wasn't able to catch it (ex: GET blah/{guid}/blah/SOME_OTHER_RANDOM_DATA/blah). So I'd like to configure it in code.