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
Add sampling support for get_policy_events_* methods (#50)
* Add support for sampling parameter when retrieving policy events
When sampling parameter is present in context and has a value, use it for
building the URL
* Add a sampling parameter to get_policy_events_duration method
With sampling support I'm able to keep consistency with UI policy event
timeline.
* Add a sampling parameter to get_policy_events_range method
This is the same case that get_policy_events_duration: With sampling
I'm able to keep consistency with UI policy event timeline.
0 commit comments