VictoriaMetrics / victoriametrics-datasource

Grafana datasource for VictoriaMetrics
GNU Affero General Public License v3.0
111 stars 14 forks source link

Cannot use WITH templates on provisioned datasource #190

Closed ulope closed 1 month ago

ulope commented 3 months ago

Trying to add a WITH template to a dashboard using a provisioned VM datasource is rejected with the error Cannot update read-only data source.

hagen1778 commented 1 month ago

Hi @ulope! This is expected. WITH templates are stored within dashboard JSON model. And Grafana doesn't allow to change this model, or do any other changes to the dashboard if it was provisioned.