monitoring: global #NNN, progress bar, secrets.env, yellow WARN
This commit is contained in:
parent
db90ddcce5
commit
57b4014ccc
6 changed files with 144 additions and 25 deletions
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue