kubernetes-app
kubernetes-app copied to clipboard
A set of dashboards and panels for kubernetes.
In the node dashboard, when selecting a node in the "filter by node" panel, the metrics are not shown. The reason is the "slugify" of `.` to `_`, thus prometheus...
This PR fix issue with StatefulSets that can be deployed in few namespaces and have the same pod names: Example: dev namespace ``` example-statefulset-pod-1 ``` test namespace ``` example-statefulset-pod-1 ```...
When selecting a node using the 'Kubernetes Node Info' panel, it appears that you use [slugify](https://github.com/grafana/kubernetes-app/blob/master/src/panels/nodeData/nodeData.ts#L179) to replace periods with underscores when a single node is selected.. And this propogates...
Hello, I can't find the option for connecting using token. Is it possible?
On node info dashboard , it work fine for all node , but when I select one special node , nothing show !! grafana --- > v5.2 QL: `sum((avg(irate(node_cpu_seconds_total{instance=~"$node", mode="system"}[5m]))...
what should I config to solve the issue? Thank you
Hello. I have prometheus and grafana implemented into my gke (Google Kubernetes Engine) cluster and when I try to test your app it can't connect to the cluster and shows...
what is the Prometheus installation type recommended ?
Hi, I think the two titles 'Network Traffic(inbound)' and 'Network Traffic(outbound)' should be wrong Title ```shell Network Traffic (Outbound) ``` Metric ```shell rate(container_network_receive_bytes_total{pod_name=~"$pod", kubernetes_io_hostname=~"$node"}[2m]) ``` Version : 1.0.1
Hello, In "K8s Container" i can select multiple labels about my container, i can see too that the variable "$pod" is used in Metrics, my doubt is if i can...