Alexey Velikiy
Alexey Velikiy
Related to: https://github.com/hastic/hastic-server/issues/817
How it's in prometheus: 
Also you get this error if you haven't set `$HASTIC_SERVER_URL`
It's not only "not obvious", but also makes possible to get a inconsistent state
looks like that always when you do "unlabeling", learning doesn't start
some logs from console: ``` Unchecked runtime.lastError: The message port closed before a response was received. app.469095018b321ef1da7c.js:sourcemap:1 view-mode-changed true vendor.469095018b321ef1da7c.js:sourcemap:130 TypeError: Method Map.prototype.entries called on incompatible receiver # at Map.entries...
also this code looks suspicious cuz we don't `await` `updateAnalyticUnitTypes`: ``` async runBackendConnectivityCheck() { const hasticDatasourceURL = this.getHasticDatasourceURL(); try { const connected = await this.analyticService.isBackendOk(); if(connected) { this.updateAnalyticUnitTypes(); appEvents.emit( 'alert-success',...
If we don't support this feature, we better remove the tab
related: https://github.com/hastic/hastic-grafana-app/issues/434 (and new) @rozetko what to you think about the status of this issue?