Andreas Christou
b779ce5687
AzureMonitor: Improve Log Analytics query efficiency (#74675)
* Promisify loading schema
- Move schema loading to LogsQueryEditor
- Improve typing
- Switch callbacks to promises
* Update types
* Refactor backend for new props
- Rename intersectTime
- Support setting timeColumn
- Add additional properties to logs request body
* Update applyTemplateVariables
* Update set functions
* Add new TimeManagement component
* Update LogsQueryEditor
* Hardcode timestamp column for traces queries
* Ensure timeColumn is always set for log queries
* Update tests
* Update frontend tests
* Readd type to make migration easier
* Add migration
* Add fake schema
* Use predefined type
* Update checks and defaults
* Add tests
* README updates
* README update
* Type update
* Lint
* More linting and type fixing
* Error silently
* More linting and typing
* Update betterer
* Update test
* Simplify default column setting
* Fix default column setting
* Add tracking
* Review
- Fix typo on comment
- Destructure and remove type assertion
- Break out await into two variables
- Remove lets and rename variable for clarity
2023-09-18 18:38:39 +01:00
..
2023-09-18 18:38:39 +01:00
2023-09-04 22:25:43 +02:00
2023-09-13 15:04:50 -04:00
2023-09-18 10:49:12 +02:00
2023-09-04 22:25:43 +02:00
2023-08-28 10:53:30 +02:00
2023-09-04 22:25:43 +02:00
2023-09-04 22:25:43 +02:00
2022-11-22 15:09:15 +08:00
2023-09-11 13:59:24 +02:00
2023-09-14 17:23:02 +02:00
2023-09-06 18:27:19 +02:00
2023-09-04 22:25:43 +02:00
2023-08-30 18:46:47 +03:00
2023-06-16 10:54:56 +02:00
2023-08-30 18:46:47 +03:00
2023-09-08 19:58:05 +02:00
2023-09-12 13:07:41 -06:00
2023-09-14 10:49:18 +01:00
2023-09-18 09:00:59 +02:00