tetratelabs / istio-cost-analyzer

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

count gateways in cost traffic #32

Open adiprerepa opened 2 years ago

adiprerepa commented 2 years ago

the easy way to do this is to just add the gateway option to the operator configOverride, but there's some upstream/downstream_peer semantics to be worked out. Right now, cost doesn't really account for gateway traffic at all.

We also count both inboundSidecar and outboundSidecar, when we should probably only count one.