docs: Add keepCokkies cofiguration option in datasources (#39890) (#40166)

Signed-off-by: Vinayak Kadam <kadamvinayak03@gmail.com>
(cherry picked from commit dbe1ab7d54)

Co-authored-by: Vinayak <vinayak03@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-10-07 16:21:28 -04:00
committed by GitHub
co-authored by Vinayak
parent 11aeb24099
commit 40b61914e6
@@ -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