monitoring - increase scrapeInterval to 120s, better selectors on Agent and memory decrease of agent from 360MB to 228MB
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 18s
All checks were successful
Monitoring services CI/CD Pipeline / deploy (push) Successful in 18s
This commit is contained in:
@@ -29,6 +29,16 @@ helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-sta
|
||||
|
||||
## deploy prometheus agent
|
||||
|
||||
**requirements:**
|
||||
|
||||
On namespaces running prometheus monitors add label `prometheus-monitoring=enabled`
|
||||
|
||||
**Example:**
|
||||
|
||||
``` bash
|
||||
kubectl label namespace monitoring prometheus-monitoring=enabled --overwrite
|
||||
```
|
||||
|
||||
```bash
|
||||
kubectl apply -f ./prometheus-agent.yaml
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user