We need to setup prometheus monitoring for our services, so that we can easily monitor what's going on and make sure everything is running stable.
Acceptance criteria
All of our services submit prometheus metrics.
To-Do
- define a list of metrics we want to collect (basic one)
- modify services to collect prometheus metrics and submit them
- make sure all the metrics end up in the prometheus instance
Services
- structured data
- scheduler
- realtime API
- main API