Alexey Velikiy

Results 153 comments of Alexey Velikiy

Related to: https://github.com/hastic/hastic-server/issues/817

How it's in prometheus: ![image](https://user-images.githubusercontent.com/1022757/83359283-9e465080-a379-11ea-88b4-9f6ac26e8a0a.png)

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?