README ¶ Load Monitor . ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── bin ├── go.mod ├── go.sum ├── main.go // enter ├── manifest ├── offline // offline project └── pkg // load monitor source code Caution There are two label needed to be implement, search Todo(label) courseLabel = "course_id" nodeNameLabel = "kubernetes_node" Deploy Requirement: etcd,influxdb recommand: helm repo add bitnami https://charts.bitnami.com/bitnami helm install my-release bitnami/etcd Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis pkg api config metricsprovider metricstype rlsupporter server statistics storage util watcher Package Watcher is responsible for watching latest metrics from metrics provider via a fetcher client. Package Watcher is responsible for watching latest metrics from metrics provider via a fetcher client. Click to show internal directories. Click to hide internal directories.