mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Schema: Remove exclusion for timeseries and update imports (#65242)
This commit is contained in:
@@ -25,7 +25,6 @@ import (
|
||||
var skipPlugins = map[string]bool{
|
||||
"canvas": true,
|
||||
"candlestick": true,
|
||||
"timeseries": true,
|
||||
"influxdb": true, // plugin.json fails validation (defaultMatchFormat)
|
||||
"mixed": true, // plugin.json fails validation (mixed)
|
||||
"opentsdb": true, // plugin.json fails validation (defaultMatchFormat)
|
||||
|
||||
Reference in New Issue
Block a user