-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from sitloboi2012/feat/update-prom-dashboard
Feat: Router observability (Current QPS, router-side queueing delay, etc) Part 1
- Loading branch information
Showing
11 changed files
with
1,057 additions
and
598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts | ||
helm install kube-prom-stack prometheus-community/kube-prometheus-stack \ | ||
helm upgrade --install kube-prom-stack prometheus-community/kube-prometheus-stack \ | ||
--namespace monitoring \ | ||
--create-namespace \ | ||
-f values.yaml |
Oops, something went wrong.