diff --git a/docs/sources/administration/provisioning.md b/docs/sources/administration/provisioning.md index 2d8b19f3c98..81243822598 100644 --- a/docs/sources/administration/provisioning.md +++ b/docs/sources/administration/provisioning.md @@ -185,6 +185,7 @@ Since not all datasources have the same configuration settings we only have the | maxOpenConns | number | MySQL, PostgreSQL and MSSQL | Maximum number of open connections to the database (Grafana v5.4+) | | maxIdleConns | number | MySQL, PostgreSQL and MSSQL | Maximum number of connections in the idle connection pool (Grafana v5.4+) | | connMaxLifetime | number | MySQL, PostgreSQL and MSSQL | Maximum amount of time in seconds a connection may be reused (Grafana v5.4+) | +| keepCookies | array | _All_ | Cookies that needs to be passed along while communicating with datasources | #### Secure Json Data