Infinite scrolling: Add X-Query-Tag header (#81089)

This commit is contained in:
Matias Chomicki
2024-01-29 11:24:05 +01:00
committed by GitHub
parent a83e01918a
commit df05c79d91
8 changed files with 41 additions and 8 deletions
@@ -30,9 +30,10 @@ const (
// Defines values for SupportingQueryType.
const (
SupportingQueryTypeDataSample SupportingQueryType = "dataSample"
SupportingQueryTypeLogsSample SupportingQueryType = "logsSample"
SupportingQueryTypeLogsVolume SupportingQueryType = "logsVolume"
SupportingQueryTypeDataSample SupportingQueryType = "dataSample"
SupportingQueryTypeInfiniteScroll SupportingQueryType = "infiniteScroll"
SupportingQueryTypeLogsSample SupportingQueryType = "logsSample"
SupportingQueryTypeLogsVolume SupportingQueryType = "logsVolume"
)
// These are the common properties available to all queries in all datasources.