Infinite scrolling: Add X-Query-Tag header (#81089)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user