Add a prometheus metrics exporter deployment
Expose uwsgi stats server in the app deployment
Build and push metrics image based on timonwong/uwsgi_exporter
Any other changes that would benefit highlighting?
The uwsgi stats server exports metrics in a json format however prometheus needs the metrics in a text format.
To bridge format gap we had to add an additional deployment that contains an instance of timonwong/uwsgi_exporter.
Checklist
[ ] Provided JIRA ticket number in the title, e.g. "LGA-152: Sample title"
What does this pull request do?
Add a prometheus metrics exporter deployment Expose uwsgi stats server in the app deployment Build and push metrics image based on timonwong/uwsgi_exporter
Any other changes that would benefit highlighting?
The uwsgi stats server exports metrics in a json format however prometheus needs the metrics in a text format. To bridge format gap we had to add an additional deployment that contains an instance of timonwong/uwsgi_exporter.
Checklist