MySQL: Add parseTime=true to SQL connections (#92469)

This commit is contained in:
Ryan McKinley
2024-08-27 14:16:04 +03:00
committed by GitHub
parent c98e3e0483
commit c59dddf7af
10 changed files with 47 additions and 3 deletions
@@ -122,6 +122,7 @@ Experimental features might be changed or removed without prior notice.
| `logRequestsInstrumentedAsUnknown` | Logs the path for requests that are instrumented as unknown |
| `showDashboardValidationWarnings` | Show warnings when dashboards do not validate against the schema |
| `mysqlAnsiQuotes` | Use double quotes to escape keyword in a MySQL query |
| `mysqlParseTime` | Ensure the parseTime flag is set for MySQL driver |
| `alertingBacktesting` | Rule backtesting API for alerting |
| `editPanelCSVDragAndDrop` | Enables drag and drop for CSV and Excel files |
| `lokiQuerySplittingConfig` | Give users the option to configure split durations for Loki queries |