istio_response_bytes_sum and istio_request_bytes_sum show different value for a service ..why?

100 Views Asked by At

I am looking for the metrics emitted by istio , but I find it weird that value returned by the metric istio_response_bytes_sum is almost double the value returned by istio_request_bytes_sum sum(rate(istio_response_bytes_sum{reporter="destination",destination_service_name="XXXXX"}[5m])) -> value -> 91.290 sum(rate(istio_request_bytes_sum{reporter="destination",destination_service_name="XXXXX"}[5m])) -> value -> 41.54

Please help [![request][1]][1]

[![response][2]][2]

Values are double here . [1]: https://i.stack.imgur.com/d8fKW.png [2]: https://i.stack.imgur.com/RrrLc.png

0

There are 0 best solutions below