grafana / grafana-foundation-sdk

A set of tools, types and libraries for building and manipulating Grafana objects.
https://grafana.github.io/grafana-foundation-sdk/
Apache License 2.0
49 stars 1 forks source link

How to set min step of data query? #36

Closed urianawu closed 9 months ago

urianawu commented 9 months ago

Hello!

Some of our queries need the "min step" to be set, and from grafana JSON it looks like it'd be the interval field in DataQueryBuilder however I did not see the field. I'm suspecting this is due to the field missing in the schema, is there any way you can send out a temp fix for the SDK? Thanks!

K-Phoen commented 9 months ago

Hey!

It does indeed look like the schema is incomplete. We'll get that fixed and update the SDK :)

K-Phoen commented 9 months ago

A fix has landed :)