stable
Clone or download
Read-only
Having simple counters is not enough to detect stalled backend. We should have a gauge, the same way we have a gauge for redis backend queue Part of Part of request #13962 Tuleap workers are not started properly by Tuleap backend Change-Id: If22a3cf3972c948a467261513f5b36228db7dfc0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/prometheus_metrics/include/MetricsCollector.php | +16 | −0 | Go to diff View file |
M | plugins/prometheus_metrics/include/MetricsCollectorDao.php | +5 | −0 | Go to diff View file |
M | plugins/prometheus_metrics/phpunit/MetricsControllerTest.php | +1 | −0 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +2 | −1 | Go to diff View file |
A | src/db/mysql/updates/2019/201910081629_add_index_on_system_events.php | +46 | −0 | Go to diff View file |