Lax / traffic-accounting-nginx-module

Monitor the incoming and outgoing traffic metrics in realtime for NGINX
https://github.com/Lax/traffic-accounting-nginx-module
BSD 2-Clause "Simplified" License
280 stars 77 forks source link

The traffic-accounting-nginx-module included upstream_bytes? #44

Open louishot opened 4 years ago

louishot commented 4 years ago

$bytes_received $bytes_sent $upstream_bytes_sent $upstream_bytes_received

I see bytes_in and bytes_out not sure it included upstream_bytes_sent and upstream_bytes_received

Lax commented 4 years ago

No.

$upstream_bytes_{sent,received} are not included. PR is welcome if you want to add those metrics.