Skip to content

Commit

Permalink
Runtime: Add property for disabling caching (grafana#80245)
Browse files Browse the repository at this point in the history
* Add property for disabling caching

* Lint
  • Loading branch information
aangelisc authored and s0lesurviv0r committed Feb 3, 2024
1 parent 500893e commit 3e67576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grafana-data/src/types/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ export interface DataSourceJsonData {
profile?: string;
manageAlerts?: boolean;
alertmanagerUid?: string;
disableGrafanaCache?: boolean;
}

/**
Expand Down

0 comments on commit 3e67576

Please sign in to comment.