Reference docs should describe "what things are", not "how to do things". Removed: - CLI command examples - Operational workflows (PR workflow, sync commands) - Setup/bootstrap procedures - "Useful Commands" sections Also split hosts.md into individual cards: - infrastructure/indri.md - Primary server details - infrastructure/gilbert.md - Development workstation This content belongs in how-to guides (future phase). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 KiB
1 KiB
| title | tags | ||
|---|---|---|---|
| Prometheus |
|
Prometheus
Metrics storage and querying for BlumeOps infrastructure.
Quick Reference
| Property | Value |
|---|---|
| URL | https://prometheus.ops.eblu.me |
| Tailscale URL | https://prometheus.tail8d86e.ts.net |
| Namespace | monitoring |
| Image | prom/prometheus:v3.2.1 |
| Storage | 50Gi PVC |
| Manifests | argocd/manifests/prometheus/ |
Data Sources
Remote Write (from Alloy)
- Indri system metrics via services/alloy remote_write
- Textfile metrics: minikube, borgmatic, zot, jellyfin
Scrape Targets
| Target | Metrics |
|---|---|
sifaka:9100 |
[[storage/sifaka |
cnpg-metrics.tail8d86e.ts.net:9187 |
[[services/postgresql |
kube-state-metrics.monitoring.svc:8080 |
Kubernetes resource metrics |
Related
- services/alloy - Metrics collector
- services/grafana - Visualization
- services/loki - Logs counterpart