grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

Data layers: Don't run layer on activation if disabled #795

Closed dprokop closed 3 months ago

dprokop commented 3 months ago

Currently in core Grafana annotations queries will be issued when entering the dashboard no matterif the layer is enabled or not.

📦 Published PR as canary version: 5.0.3--canary.795.9498844134.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.0.3--canary.795.9498844134.0 npm install @grafana/scenes@5.0.3--canary.795.9498844134.0 # or yarn add @grafana/scenes-react@5.0.3--canary.795.9498844134.0 yarn add @grafana/scenes@5.0.3--canary.795.9498844134.0 ```
grafanabot commented 3 months ago

:rocket: PR was released in v5.0.3 :rocket: