Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.34 KB

view-metrics.md

File metadata and controls

37 lines (25 loc) · 1.34 KB
slug title sidebar_label
view-metrics
View container metrics
View Container Metrics

:::info Prometheus and Grafana for the Team need to be activated for this lab. :::

When your application is deployed, you would of course like to be able to see container metrics for debugging purposes. Prometheus is used for collecting metrics. When Prometheus is enabled on the platform level and Grafana is enabled for the Team, general container metrics (provided by the Platform Prometheus) can be used in Grafana dashboards.

View dashboards

  • Open the Grafana app in your team apps:

kubecfg

  • Grafana will open the Dashboards page:

kubecfg

The dashboards are dynamically added based on the enabled platform capabilities:

Dashboard When added
Kubernetes / Deployment When Prometheus on the platform level is enabled
Kubernetes / Pods When Prometheus on the platform level is enabled
Team status When Prometheus on the platform level is enabled
Container scan results When Trivy Operator on the platform level is enabled
Detected threads in containers When Falco on the platform level is enabled

View container metrics

  • Click on the Kubernetes / Pods dashboard.

  • Select the required Pod and Container.