Qi

Results 14 issues of Qi

``` func (m *manager) DashboardPanels(ctx context.Context, uid string) ([]*grafanasdk.Panel, error) { board, _, err := m.grafanaClient.GetDashboardByUID(ctx, uid) if err != nil { return nil, err } return board.Panels, nil }...

I copy your hadoop join example and run , but it raise error, I can not figure it out. following is some logs, and my env is hadoop 2.7.5 ```...

Hi, @sangshuduo I deployed an tdengine cluster in k8s followed TDengine-Operator, following is my tdengine pods and service, and it worked. ![image](https://user-images.githubusercontent.com/8846958/126447395-38c021d7-5e0a-4a3a-8a0b-e3ee7c3417eb.png) then i deployed bailongma ![image](https://user-images.githubusercontent.com/8846958/126447468-df063955-26e7-4b14-a07c-38fbed55d407.png) bailongma can not...