ministryofjustice / cla_frontend

CLA Front End
http://ministryofjustice.github.io/cla_docs/
MIT License
3 stars 4 forks source link

WIP - LGA-2094 - Prometheus metrics #809

Closed said-moj closed 5 months ago

said-moj commented 2 years ago

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