On prod (served at root) the dashboard first probes /thermograph/api/v2/metrics before falling back to root; that 404 was classified as inbound 'other' and shown as an error — the monitor polluting the traffic it displays. Two fixes: classify any */api/v2/metrics path as 'metrics' (excluded) whatever prefix it arrives under; and cache the working metrics URL in the dashboard so it stops re-probing the failing base every refresh. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_api.py | ||
| test_api_accounts.py | ||
| test_climate.py | ||
| test_content.py | ||
| test_grading.py | ||
| test_grid.py | ||
| test_metrics.py | ||
| test_notify.py | ||
| test_places.py | ||
| test_store.py | ||
| test_views.py | ||