Add query IDs to query automation logs (#28570)

#27436

The `query_id` field is only added for responses where we have the query
in the database, to prevent unnecessary remarshaling during ingestion.
This commit is contained in:
Dante Catalfamo
2025-05-01 15:21:30 -04:00
committed by GitHub
parent 9ab0eb2acd
commit 1815440a93
3 changed files with 44 additions and 19 deletions
+1
View File
@@ -0,0 +1 @@
- Added query ID to query automation logs