RedisGrafana / grafana-redis-explorer

Redis Explorer for @grafana allows connecting to Redis Enterprise software clusters using REST API.
https://redisgrafana.github.io
Apache License 2.0
6 stars 0 forks source link

Update depreciated `getBackendSrv().datasourceRequest` to`getBackendSrv().fetch()` #37

Closed mikhail-vl closed 3 years ago

mikhail-vl commented 3 years ago

Is your enhancement related to a problem? Please describe.

Use the fetch function instead Special function used to communicate with data sources that will emit core
events that the Grafana QueryInspector and QueryEditor is listening for to be able to display datasource
query information. Can be skipped by adding an option.silent when initializing the request.

'(options: BackendSrvRequest): Promise<any>' is deprecatedts(6385)