kubernetes-app icon indicating copy to clipboard operation
kubernetes-app copied to clipboard

A set of dashboards and panels for kubernetes.

Results 74 kubernetes-app issues
Sort by recently updated
recently updated
newest added

We are using the TICKG* stack for our regular monitoring of our systems. It would be nice to also monitor our k8s cluster with this solution. Is there a plan...

In K8s Cluster dashboard the disk usage panel uses `node_filesystem_size{nodename=~"$node"}`. In my Prometheus instance (and I guess that in other as well), this metric doesn't have a `nodename` label. What...

How connect??? I have only token, where get TLS Client Auth? And what ip need on URL??? Heeeeelp please......

![image](https://user-images.githubusercontent.com/41094243/51584103-c9f83180-1f0e-11e9-9ede-202d5e2d1de5.png) Everything else is normal. What's the reason?

I have installed prometheus using Prometheus operator. Could you help me how I can Use this plugin with prometheus. Is the integration even possible?

HI All, Can someone please send the documentation for creating a new cluster, bcoz after i click on new cluster and fill in the details i am stuck, i get...

I have Grafana / prometheus installed and working fine. I had modified prometheus.yaml for collecting metrics data (cluster url ). I had installed Kubernetes app plugin in Grafana and trying...

I found that Node-exporter 1.6 version of some indicators and plug-in templates are a lot of pairs, excuse me, will this update repair?

https://www.dropbox.com/s/1ecgy6foslcczxj/Screenshot%202018-08-24%2009.54.44.png?dl=0 ``` api/datasources/proxy/1/api/v1/query_range?query=sum((avg(irate(node_cpu%7Bnodename%3D~%22ip-10-10-2-217_ap-southeast-2_compute_internal%22%2C%20mode%3D%22iowait%22%7D%5B5m%5D))%20*%20100))&start=1535068162&end=1535068462&step=60" ``` In the k8s-node dashboard you can select per node metrics, I find in the query inspector all `.` are being rewritten to `_` so the hostnames...

On the K8s Node Dashboard, the node_load panel is showing the raw node_load value which for a multi-core/processor architecture always gets over the 1,2 threshold defined. We can modify it...