Skip to content

Commit

Permalink
Update grafana dashboards
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <[email protected]>
  • Loading branch information
wenqiq committed Mar 6, 2024
1 parent 909cbf7 commit e99f618
Show file tree
Hide file tree
Showing 4 changed files with 2,014 additions and 463 deletions.
4 changes: 3 additions & 1 deletion test/performance/monitoring/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ _usage="Usage: $0 [--help|-h]
--localhost Enable port-forwarding to localhost for Grafana access"

WORKDIR=$(dirname "$0")
source $WORKDIR/../tests/util.sh

DESTROY=false
DEFAULT_WORKDIR=$(dirname "$0")
Expand Down Expand Up @@ -86,6 +85,9 @@ function destroy() {
# ====== Delete kube-state-metrics ======
kubectl delete -f ${DEFAULT_WORKDIR}/kube-state-metrics/kube-state-metrics.yml || true

# ===== Delete node-exporter =====
kubectl delete -f ${DEFAULT_WORKDIR}/node_exporter/node-exporter.yml || true

# ====== Delete Prometheus ======
kubectl delete -f ${DEFAULT_WORKDIR}/prometheus/prometheus-all-in-one.yml || true

Expand Down
Loading

0 comments on commit e99f618

Please sign in to comment.