Challenges
- Add support for a real database. You should be able to do so by implementing the
db
interface and creating an instance of your struct in the registered server instance. - Expose the Prometheus metrics in your Kubernetes cluster. You can take a look at
prometheus-operator
(https://github.com/prometheus-operator/prometheus-operator).