Re: [kubernetes-users] Custom Services Monitoring on GKE

2017-01-31 Thread
+Piotr Szczesniak +kubernetes-sig-instrumentation -- Filip On Mon, Jan 30, 2017 at 11:57 PM, Matthias Rampke wrote: > For the Prometheus ecosystem, directly instrument your own app and have > Prometheus scrape that. for redis and nginx add the relevant exporters* to > the pod, let them connect

Re: [kubernetes-users] Custom Services Monitoring on GKE

2017-01-30 Thread Matthias Rampke
For the Prometheus ecosystem, directly instrument your own app and have Prometheus scrape that. for redis and nginx add the relevant exporters* to the pod, let them connect to the service over localhost, and scrape that. They don't need to be in the same container, the pod concept is there for exac

[kubernetes-users] Custom Services Monitoring on GKE

2017-01-30 Thread paul . podolny
Hi Folks, A pretty noob question. Suppose I'd like collect, ship and visualise custom metrics (non Kube metrics) of services stats such as: Redis, Nginx etc or even my own custom services running on pods in different name-spaces. What is currently the best practice for collecting and visualis