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