wiki.techinc.nl/includes/db
Tim Starling 0c92bc8a96 rdbms: Instrument LoadBalancer with statsd metrics
* Export the LoadMonitor weight metric to statsd on each global cache
  miss.
* Export the replication lag at the same time. This can replace the
  getLagTimes.php cron job and should eliminate the sawtooth effect seen
  in the cron job exports, which is presumably due to the offset
  between cron job start time and heartbeat time. It should also work
  around the bug which causes s3 to be missing.

Also:

* Fix a log message in TransactionProfiler. actualSeconds -> actual
  since this log message is used for counts as well as time.

Bug: T313004
Change-Id: I61e45870d750019ed2c92f45b2f8b9c33a7e7d65
2022-07-20 05:36:06 +00:00
..
AbstractSchemaValidationError.php Add validation for abstract schema 2022-02-22 17:41:08 +00:00
AbstractSchemaValidator.php Add validation for abstract schema 2022-02-22 17:41:08 +00:00
CloneDatabase.php Replace LoadBalancer/LBFactory callback iteration with generators 2022-04-29 08:58:17 +10:00
MWLBFactory.php rdbms: Instrument LoadBalancer with statsd metrics 2022-07-20 05:36:06 +00:00