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
When sampling slow requests, I actually only care about whether they are slow in the environment I control, i.e. if they took longer than X from the moment they reached my gateway. I don't care if a request was slow, just because the users internet connection was slow.
Is there a way to achieve this with the existing policies?
An ignore list would be a simple way to add this capability to the latency policy: Ignore spans with these attribute values when calculating the latency.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When sampling slow requests, I actually only care about whether they are slow in the environment I control, i.e. if they took longer than X from the moment they reached my gateway. I don't care if a request was slow, just because the users internet connection was slow.
Is there a way to achieve this with the existing policies?
An ignore list would be a simple way to add this capability to the latency policy: Ignore spans with these attribute values when calculating the latency.
Beta Was this translation helpful? Give feedback.
All reactions