mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
CAdvisor configured for InfluxDB
Google CAdvisor tool configured to export data into InfluxDB service.
Customization for InfluxDB
This image adds a custom entrypoint.sh on top of the original CAdvisor image which:
- checks if
$INFLUX_DATABASEexists on$INFLUX_HOST - creates the DB if it doesn't exist
- starts
cadvisorwith storage driver set for the Influx DB