giantswarm/prometheus

Additional Nodes

kaarthikeyan1987 opened this issue · 3 comments

First of all this script is awesome and I got my prometheus environment started in seconds.
Now I have a question that needs to be clarified.

  1. I don't have all the pods that I have it in my master node in the prometheus dashboard.
    image

In master node
image

From the above image I want Nginx pod to be appearing in prometheus dashboard.

Need assistance please as I am doing a POC. My main intention is to deploy a Tomcat application in a container and monitor its reqource.

Thanks...

Also I am unable to find resource usage metrics for pod and containers like CPU, Memory etc..
With respect to pod and container metrics I am getting only pod and container count metrics.

@kaarthikeyan1987 I couldn't see it either. For what it's worth, I needed to know in a pinch and just went with kubectl top pod .. or in my case kubectl top pod --heapster-namespace='default' since i installed heapster in the wrong namespace 😬

But one thing is the metric server and other Prometheus. You should be able to see container metrics. Example

screen shot 2018-11-07 at 18 04 37