Tag: Prometheus

  • Prometheus and Kubernetes

    At work we’ve started to instrument our micro-services with Prometheus. The combination of Prometheus and Grafana is pretty amazing. One of the nice things Prometheus does is auto-discovery of services in a Kubernetes cluster. The docs for this area aren’t bad but I couldn’t find a complete example so here’s the configuration we use.  …