tetratelabs / istio-cost-analyzer

Cluster Egress Cost Analysis
Apache License 2.0
10 stars 2 forks source link

let cost tool take a time range #31

Closed adiprerepa closed 2 years ago

adiprerepa commented 2 years ago

fix #30

the timerange algorithm is O(n^2), but sample size is probably small, so probably fine.