App created to push metrics with sender IP to prometheus.
To test it properly:
- run
forward.pyon worker-0 (as defined in manifest, this app is deployed on this node) - run
locustlocally (locustfile.pyis prepared) and send requests to you worker-0 floating ip - you should see metrics in prometheus with label
origin=<your_ip>