Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c2c39cb08 | |||
| 8c8f751a14 | |||
| 113f09a867 | |||
| 86d45ab9a6 | |||
| 2c4fc14278 | |||
| c6165c1e08 |
@@ -1,6 +1,14 @@
|
||||
# Company Status
|
||||
|
||||
_Last updated: 2026-06-08_
|
||||
_Last updated: 2026-06-15 (triage cycle)_
|
||||
|
||||
## Completed This Cycle (2026-06-15 — Triage Cycle)
|
||||
|
||||
- **Triage** — All 38 open `agent-ready` issues reviewed; all confirmed still blocked on the same critical-path operator tasks: #47 (create `0xWheatyz/api-company`), #218 (merge Talos PR #14), #33/#106/#150 (DNS for all 8 subdomains).
|
||||
- **No agent-implementable work found** — every open issue is either a manual operator task or gated on Flux/cluster activation; kubectl unreachable from agent environment.
|
||||
- **0 new issues, 0 closures, 0 label changes, 0 open PRs.**
|
||||
- **`kustomize build flux/` = PASS** (1648 lines, no manifest regressions).
|
||||
- **Critical path unchanged:** (1) Operator creates `0xWheatyz/api-company` (#47), (2) Operator merges `0xWheatyz/Talos` PR #14 (#218), (3) Operator configures DNS for all 8 subdomains (#33, #106, #150).
|
||||
|
||||
## APIs
|
||||
| API | Spec | Code | Deployed | Listed on RapidAPI | Paying Users | MRR |
|
||||
@@ -24,7 +32,7 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
|
||||
- **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140)
|
||||
- **Alertmanager:** `flux/monitoring/helmrelease.yaml` — enabled with Slack receiver config (`gatus-slack-webhook` secret); PR #212 open (issue #210)
|
||||
|
||||
## Completed This Cycle (2026-06-08 — Triage Cycle #237)
|
||||
## Completed Previous Cycle (2026-06-08 — Triage Cycle #240)
|
||||
|
||||
- **Triage** — All 28 open `agent-ready` issues reviewed and commented with current status (2026-06-08).
|
||||
- **All issues confirmed blocked** on the same critical-path operator tasks: #47 (create `0xWheatyz/api-company`), #218 (merge Talos PR #14), #33/#106/#150 (DNS).
|
||||
|
||||
@@ -286,7 +286,11 @@ annotations:
|
||||
|
||||
## Grafana Dashboard
|
||||
|
||||
A reference dashboard JSON is available at `docs/grafana-api-dashboard.json` (TBD — will be committed once Grafana is deployed per issue #7).
|
||||
Grafana dashboards are committed as Flux ConfigMaps and are auto-loaded by Grafana via the `grafana_dashboard: "1"` label:
|
||||
- `flux/monitoring/grafana-dashboard-apis.yaml` — consolidated 4-API dashboard (all APIs)
|
||||
- `flux/monitoring/vin-decoder-dashboard.yaml` — VIN Decoder-specific dashboard
|
||||
|
||||
Dashboards will load automatically once Grafana is deployed (issue #7) and Flux is active (issue #218).
|
||||
|
||||
Key panels to include:
|
||||
1. Request rate by API and status (`rate(api_requests_total[5m])`)
|
||||
|
||||
Reference in New Issue
Block a user