This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Description
This a nice overview. Thanks for making it.
Prometheus is not built-in as a running server, but service discovery and metrics are all exported by default. So when you start a Prometheus inside a Kubernetes cluster with a "this is a kubernetes cluster"-option, you will see that it will gather plenty of metrics by default.
So it feels very smooth and almost as if it was completely built-in. That is definitely worth mentioning.
It is also very easy to activate service discovery for the prometheus metrics of the software you deploy to the cluster. Just add a specific annotation to the pods, done.