- Change manifests for Prometheus installation
- Change instructions for deploying Prometheus stack and Pushgateway - Additional grouping to pushgateway to avoid overwriting of metrics in different pods / processes - Bugfix to ensure good retrieval of css en js files in eveai_app
This commit is contained in:
@@ -119,7 +119,7 @@ helm search repo prometheus-community/kube-prometheus-stack
|
||||
|
||||
#### Create Monitoring Values File
|
||||
|
||||
Create `scaleway/manifests/base/monitoring/prometheus-values.yaml`:
|
||||
Create `scaleway/manifests/base/monitoring/values-monitoring.yaml`:
|
||||
|
||||
#### Deploy Monitoring Stack
|
||||
|
||||
@@ -133,7 +133,8 @@ helm install monitoring prometheus-community/kube-prometheus-stack \
|
||||
# Install pushgateway
|
||||
helm install monitoring-pushgateway prometheus-community/prometheus-pushgateway \
|
||||
-n monitoring --create-namespace \
|
||||
--set serviceMonitor.enabled=true
|
||||
--set serviceMonitor.enabled=true \
|
||||
--set serviceMonitor.additionalLabels.release=monitoring
|
||||
|
||||
# Monitor deployment progress
|
||||
kubectl get pods -n monitoring -w
|
||||
|
||||
Reference in New Issue
Block a user