modified: services/monitoring/README.md modified: services/monitoring/deploy/prometheus/prometheus-agent.yaml
29 lines
537 B
Markdown
29 lines
537 B
Markdown
# monitoring
|
|
|
|
## prometheus-stack
|
|
|
|
- <https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack>
|
|
- <https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml>
|
|
|
|
## promtail
|
|
|
|
## Setup
|
|
|
|
Using flux for reconciliation.
|
|
|
|
``` bash
|
|
./ops-scripts/apply-flux.sh
|
|
```
|
|
|
|
**promtail Encrypt secrets:**
|
|
|
|
``` bash
|
|
sops -e deploy/promtail/helm-values.private.dec.yaml > deploy/promtail/helm-values.private.yaml
|
|
```
|
|
|
|
**Check agent:**
|
|
|
|
``` bash
|
|
http://localhost:9090/agent
|
|
```
|