mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grafana-data: Add frame type for logs dataframes (#69990)
grafana-data: added logs-frame-type
This commit is contained in:
@@ -18,6 +18,9 @@ export enum DataFrameType {
|
||||
NumericMulti = 'numeric-multi',
|
||||
NumericLong = 'numeric-long',
|
||||
|
||||
/** Logs types: https://grafana.github.io/dataplane/logs */
|
||||
LogLines = 'log-lines',
|
||||
|
||||
/** Directory listing */
|
||||
DirectoryListing = 'directory-listing',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user