We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ea456 commit d8f8ae6Copy full SHA for d8f8ae6
data/sqlutil/query.go
@@ -24,6 +24,8 @@ const (
24
FormatOptionLogs
25
// FormatOptionsTrace sets the preferred visualization to trace
26
FormatOptionTrace
27
+ // FormatOptionMulti formats the query results as a timeseries using "LongToMulti"
28
+ FormatOptionMulti
29
)
30
31
// Query is the model that represents the query that users submit from the panel/queryeditor.
0 commit comments