Skip to content

Commit d8f8ae6

Browse files
authored
chore: migrate one last change from sqlds (#872)
1 parent e1ea456 commit d8f8ae6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/sqlutil/query.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ const (
2424
FormatOptionLogs
2525
// FormatOptionsTrace sets the preferred visualization to trace
2626
FormatOptionTrace
27+
// FormatOptionMulti formats the query results as a timeseries using "LongToMulti"
28+
FormatOptionMulti
2729
)
2830

2931
// Query is the model that represents the query that users submit from the panel/queryeditor.

0 commit comments

Comments
 (0)