Add Reference section with 24 technical reference cards
Phase 2 of documentation restructuring. Creates docs/reference/ with:
Services (16):
- alloy, argocd, borgmatic, 1password, forgejo, grafana
- jellyfin, kiwix, loki, miniflux, navidrome, postgresql
- prometheus, teslamate, transmission, zot
Infrastructure (3):
- hosts - Device inventory
- tailscale - ACLs, groups, tags
- routing - DNS domains and port mappings
Kubernetes (2):
- cluster - Minikube specs
- apps - ArgoCD application registry
Storage (2):
- sifaka - Synology NAS configuration
- backups - Backup policy
All cards use wiki-links for cross-referencing and include YAML
frontmatter with title and tags for Quartz.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 13:22:19 -08:00
|
|
|
---
|
|
|
|
|
title: Prometheus
|
|
|
|
|
tags:
|
|
|
|
|
- service
|
|
|
|
|
- observability
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# 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 |
|
2026-02-03 13:44:26 -08:00
|
|
|
| **Manifests** | `argocd/manifests/prometheus/` |
|
Add Reference section with 24 technical reference cards
Phase 2 of documentation restructuring. Creates docs/reference/ with:
Services (16):
- alloy, argocd, borgmatic, 1password, forgejo, grafana
- jellyfin, kiwix, loki, miniflux, navidrome, postgresql
- prometheus, teslamate, transmission, zot
Infrastructure (3):
- hosts - Device inventory
- tailscale - ACLs, groups, tags
- routing - DNS domains and port mappings
Kubernetes (2):
- cluster - Minikube specs
- apps - ArgoCD application registry
Storage (2):
- sifaka - Synology NAS configuration
- backups - Backup policy
All cards use wiki-links for cross-referencing and include YAML
frontmatter with title and tags for Quartz.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 13:22:19 -08:00
|
|
|
|
|
|
|
|
## Data Sources
|
|
|
|
|
|
|
|
|
|
### Remote Write (from Alloy)
|
2026-02-03 13:44:26 -08:00
|
|
|
- Indri system metrics via [[services/alloy|Alloy]] remote_write
|
Add Reference section with 24 technical reference cards
Phase 2 of documentation restructuring. Creates docs/reference/ with:
Services (16):
- alloy, argocd, borgmatic, 1password, forgejo, grafana
- jellyfin, kiwix, loki, miniflux, navidrome, postgresql
- prometheus, teslamate, transmission, zot
Infrastructure (3):
- hosts - Device inventory
- tailscale - ACLs, groups, tags
- routing - DNS domains and port mappings
Kubernetes (2):
- cluster - Minikube specs
- apps - ArgoCD application registry
Storage (2):
- sifaka - Synology NAS configuration
- backups - Backup policy
All cards use wiki-links for cross-referencing and include YAML
frontmatter with title and tags for Quartz.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 13:22:19 -08:00
|
|
|
- Textfile metrics: minikube, borgmatic, zot, jellyfin
|
|
|
|
|
|
|
|
|
|
### Scrape Targets
|
2026-02-03 13:44:26 -08:00
|
|
|
|
Add Reference section with 24 technical reference cards
Phase 2 of documentation restructuring. Creates docs/reference/ with:
Services (16):
- alloy, argocd, borgmatic, 1password, forgejo, grafana
- jellyfin, kiwix, loki, miniflux, navidrome, postgresql
- prometheus, teslamate, transmission, zot
Infrastructure (3):
- hosts - Device inventory
- tailscale - ACLs, groups, tags
- routing - DNS domains and port mappings
Kubernetes (2):
- cluster - Minikube specs
- apps - ArgoCD application registry
Storage (2):
- sifaka - Synology NAS configuration
- backups - Backup policy
All cards use wiki-links for cross-referencing and include YAML
frontmatter with title and tags for Quartz.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 13:22:19 -08:00
|
|
|
| Target | Metrics |
|
|
|
|
|
|--------|---------|
|
2026-02-03 13:33:14 -08:00
|
|
|
| `sifaka:9100` | [[storage/sifaka|Sifaka]] NAS (node_exporter) |
|
2026-02-03 13:44:26 -08:00
|
|
|
| `cnpg-metrics.tail8d86e.ts.net:9187` | [[services/postgresql|CloudNativePG]] metrics |
|
Add Reference section with 24 technical reference cards
Phase 2 of documentation restructuring. Creates docs/reference/ with:
Services (16):
- alloy, argocd, borgmatic, 1password, forgejo, grafana
- jellyfin, kiwix, loki, miniflux, navidrome, postgresql
- prometheus, teslamate, transmission, zot
Infrastructure (3):
- hosts - Device inventory
- tailscale - ACLs, groups, tags
- routing - DNS domains and port mappings
Kubernetes (2):
- cluster - Minikube specs
- apps - ArgoCD application registry
Storage (2):
- sifaka - Synology NAS configuration
- backups - Backup policy
All cards use wiki-links for cross-referencing and include YAML
frontmatter with title and tags for Quartz.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 13:22:19 -08:00
|
|
|
| `kube-state-metrics.monitoring.svc:8080` | Kubernetes resource metrics |
|
|
|
|
|
|
|
|
|
|
## Related
|
|
|
|
|
|
2026-02-03 13:44:26 -08:00
|
|
|
- [[services/alloy|Alloy]] - Metrics collector
|
|
|
|
|
- [[services/grafana|Grafana]] - Visualization
|
|
|
|
|
- [[services/loki|Loki]] - Logs counterpart
|