Currently Trento provides a basic integration with Prometheus and Grafana that gives realtime information of the following metrics:
- Host CPU usage
- Host Memory usage
Current integration strategy: Grafana Charts embedded in Trento UI (Host Details).
In order for monitoring to properly work here's the required environment variables
GRAFANA_PUBLIC_URL-> publicly accessible grafana url, the one embedded in iframesGRAFANA_API_URL-> grafana API endpoint for dashboard initializationGRAFANA_USER-> user allowed to perform operations on grafanaGRAFANA_PASSWORD-> well, the password
On a full Trento installation monitoring is enabled by default and the configuration is handled by the helm-charts.
