From b8a1779dd3660057b4c0c30e9ff32a21654e1ce1 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 20 Dec 2022 19:02:26 +0300 Subject: [PATCH] todo --- src/plugin_state.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin_state.ts b/src/plugin_state.ts index 450ed31..1c65bbf 100644 --- a/src/plugin_state.ts +++ b/src/plugin_state.ts @@ -111,6 +111,7 @@ class PluginState { static timeout = (pollCount: number) => new Promise((resolve) => setTimeout(resolve, 10 * 2 ** pollCount)); static connectBackend = async (): Promise> => { + // TODO: try to disable success alerts from Grafana API const { key: grafanaToken } = await this.createGrafanaToken(); await this.updateGrafanaPluginSettings({ secureJsonData: { grafanaToken } }); const dataExporterAPIResponse = await makeRequest(`/connect`, {