kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

chore: filter cookie_range on `/stored_flows` endpoint via json body instead #73

Closed viniarck closed 7 months ago

viniarck commented 7 months ago

It depends on https://github.com/kytos-ng/flow_manager/issues/176, ideally since the number of cookie_range values can be relatively large, telemetry_int should set this filter via json body instead of url query arg value. Even with 500+ cookie values using url query arg it wouldn't result in issues though, but it'd be a bit wasteful and quite noisy in the logs, so let's take the opportunity to structure this filter optimally too.