grafana / grok

Grafana Object Development Kit
Apache License 2.0
50 stars 1 forks source link

chore: use grafana/kindsys and update schemas #22

Closed Duologic closed 1 year ago

Duologic commented 1 year ago

Regenerate all 'merged' schemas.

Like previous update, this includes some skipPlugins, mainly because we want timeseries:

grafana/grafana ➜ git diff public/app/plugins/gen.go
diff --git a/public/app/plugins/gen.go b/public/app/plugins/gen.go
index 2db944dbf6..7ed8b4a23c 100644
--- a/public/app/plugins/gen.go
+++ b/public/app/plugins/gen.go
@@ -23,9 +23,9 @@ import (
 )

 var skipPlugins = map[string]bool{
-       "canvas":      true,
-       "candlestick": true,
-       "timeseries":  true,
+       //"canvas":      true,
+       //"candlestick": true,
+       //"timeseries":  true,

Most notably, this now includes the Prometheus query schema.

First commit is a change, second is only generated content.