Qi
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.  then i deployed bailongma  bailongma can not...