Recording metrics
CPU, memory, disk and network metrics from each node running your app, inside kubernetes, is recorded by prometheus and sent to Grafana for your visibility.See metrics
Grafana installation of the specific environment can be opened from Monitoring tab of Environment page. Inside Grafana, you can group and see CPU/Memory/Disk/Network metrics by:- node
- pod
- deployment
- service
- namespace
In-built dashboards
Grafana installation in each environment comes with a lot of pre-built dashboards to see infrastructure/system metrics. You can star the frequently visited ones for convenience.Custom dashboards
You can create new dashboards within the specific Grafana installation to see metrics from different nodes in your application as needed.See Grafana docs to learn more