module
0.0.0-20230507132138-ab204d3a0d20
Repository: https://github.com/leepala/oldgeneralbackend.git
Documentation: pkg.go.dev
# README
OldGeneralBackend
Graduation design, A Goal management and scheduled punching system Backend
infra
loki stack (loki/promtail)
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm install -f deployment/infra/prometheus-stack/values.yaml prometheus-stack prometheus-community/kube-prometheus-stack --version 45.7.1 -n monitoring
prometheus stack (prometheus/grafana)
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm upgrade --install loki grafana/loki-stack -n monitoring -f deployment/infra/loki-stack/values.yaml