Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Metrics on Kubernetes with Prometheus #5

Open
talon-vonneudeck opened this issue Feb 23, 2017 · 2 comments
Open

Metrics on Kubernetes with Prometheus #5

talon-vonneudeck opened this issue Feb 23, 2017 · 2 comments

Comments

@talon-vonneudeck
Copy link

talon-vonneudeck commented Feb 23, 2017

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.

@GuillaumeRochat
Copy link
Owner

Hi @talon-vonneudeck, do you have a source backing that? It does like a very interesting option considering what you mentioned. I'll try to add it over the weekend.

@talon-vonneudeck
Copy link
Author

talon-vonneudeck commented Mar 7, 2017

Here. The Kubernetes part starts at slide no. 26:
https://www.slideshare.net/brianbrazil/monitoring-kubernetes-with-prometheus-kubernetes-ireland-2016

If you just need an official statement for your report, this is more helpful:
https://prometheus.io/docs/instrumenting/exporters/#directly-instrumented-software

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants