Schema: Remove exclusion for timeseries and update imports (#65242)

This commit is contained in:
Ryan McKinley
2023-03-22 17:14:54 -07:00
committed by GitHub
parent 51fdf37faa
commit 7835aacc8f
11 changed files with 34 additions and 16 deletions

View File

@@ -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)