modulepackage
0.0.0-20230323092320-7e5c9494b473
Repository: https://github.com/charstal/load-monitor.git
Documentation: pkg.go.dev
# 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
# Packages
No description provided by the author