monitoring: global #NNN, progress bar, secrets.env, yellow WARN

This commit is contained in:
Hernâni Marques 2026-07-17 18:19:30 +02:00
parent db90ddcce5
commit 57b4014ccc
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
6 changed files with 144 additions and 25 deletions

View file

@ -1,13 +1,18 @@
# taler-monitoring — grouped test IDs
Every check line is numbered **`area.group-NN`** (two-digit group counter):
Every check line has a **global** run number and a **grouped** id:
```text
┌ OK ┐ www.exchange-01 exchange /config · HTTP 200
┌ ERROR ┐ e2e.pay-03 order create failed · HTTP 502
┌ BLOCKER┐ e2e.prereq-02 merchant secret missing
┌ OK ┐ #001 www.exchange-01 exchange /config · HTTP 200
┌ WARN ┐ #002 www.stats-02 soft age · yellow (never red)
┌ ERROR ┐ #003 e2e.pay-03 order create failed · HTTP 502
┌ BLOCKER┐ #004 e2e.prereq-02 merchant secret missing
┌ PROG ┐ ████░░░░ 25% 4/16
```
- `#NNN` — monotonic for the whole monitoring run
- `area.group-NN` — logical block (resets per group, continues if re-entered)
| Area | Phase script | Groups (examples) |
|------|--------------|-------------------|
| **www** | `check_urls.sh` | `exchange` `perf` `stats` `bank` `merchant` `paivana` `landing` |