This repository was archived by the owner on Apr 3, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprometheus.yml
More file actions
137 lines (112 loc) · 4.56 KB
/
prometheus.yml
File metadata and controls
137 lines (112 loc) · 4.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
global:
scrape_interval: 15s
evaluation_interval: 15s
# Grafana Cloud Remote Write - Placeholder (Disabled for Local Production)
# remote_write:
# - url: <Your Prometheus Remote Write Endpoint>
# basic_auth:
# username: <Your Prometheus Username / Instance ID>
# password: <Your Grafana Cloud Access Policy Token>
rule_files:
- "/etc/prometheus/monitoring/rules/*.yml"
scrape_configs:
# ── PROMETHEUS SELF ───────────────────────────────────────────────────────
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
# ── CORE SERVICES ─────────────────────────────────────────────────────────
- job_name: "hypercode-core"
metrics_path: "/metrics"
static_configs:
- targets: ["hypercode-core:8000"]
- job_name: "celery-exporter"
metrics_path: "/metrics"
static_configs:
- targets: ["celery-exporter:9808"]
# ── INFRA ─────────────────────────────────────────────────────────────────
- job_name: "node-exporter"
metrics_path: "/metrics"
static_configs:
- targets: ["node-exporter:9100"]
- job_name: "cadvisor"
metrics_path: "/metrics"
static_configs:
- targets: ["cadvisor:8080"]
# ── CORE AGENTS ───────────────────────────────────────────────────────────
- job_name: "healer-agent"
metrics_path: "/metrics"
scrape_interval: 10s
static_configs:
- targets: ["healer-agent:8008"]
- job_name: "crew-orchestrator"
metrics_path: "/metrics"
static_configs:
- targets: ["crew-orchestrator:8081"]
- job_name: "coder-agent"
metrics_path: "/metrics"
static_configs:
- targets: ["coder-agent:8002"]
# ── SPECIALIST AGENTS ─────────────────────────────────────────────────────
- job_name: "project-strategist"
metrics_path: "/metrics"
static_configs:
- targets: ["project-strategist:8001"]
- job_name: "frontend-specialist"
metrics_path: "/metrics"
static_configs:
- targets: ["frontend-specialist:8012"]
- job_name: "backend-specialist"
metrics_path: "/metrics"
static_configs:
- targets: ["backend-specialist:8003"]
- job_name: "database-architect"
metrics_path: "/metrics"
static_configs:
- targets: ["database-architect:8004"]
- job_name: "qa-engineer"
metrics_path: "/metrics"
static_configs:
- targets: ["qa-engineer:8005"]
- job_name: "devops-engineer"
metrics_path: "/metrics"
static_configs:
- targets: ["devops-engineer:8006"]
- job_name: "security-engineer"
metrics_path: "/metrics"
static_configs:
- targets: ["security-engineer:8007"]
- job_name: "system-architect"
metrics_path: "/metrics"
static_configs:
- targets: ["system-architect:8008"]
- job_name: "tips-tricks-writer"
metrics_path: "/metrics"
static_configs:
- targets: ["tips-tricks-writer:8009"]
# ── SPECIAL AGENTS ────────────────────────────────────────────────────────
- job_name: "test-agent"
metrics_path: "/metrics"
static_configs:
- targets: ["test-agent:8080"]
- job_name: "throttle-agent"
metrics_path: "/metrics"
static_configs:
- targets: ["throttle-agent:8014"]
- job_name: "super-hyper-broski-agent"
metrics_path: "/metrics"
static_configs:
- targets: ["super-hyper-broski-agent:8015"]
- job_name: "coderabbit-webhook"
metrics_path: "/metrics"
static_configs:
- targets: ["coderabbit-webhook:8089"]
# ── OBSERVABILITY ─────────────────────────────────────────────────────────
- job_name: "hyperhealth"
metrics_path: "/metrics"
scrape_interval: 10s
static_configs:
- targets: ["hyperhealth-api:8090"]
relabel_configs:
- source_labels: [__address__]
target_label: instance
replacement: hyperhealth