Committer: wisest-owl
LJSUP-11381: Create counters for monitoringU trunk/cgi-bin/LJ/Hooks/SUP.pm
Modified: trunk/cgi-bin/LJ/Hooks/SUP.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/SUP.pm 2012-04-18 06:36:17 UTC (rev 11723) +++ trunk/cgi-bin/LJ/Hooks/SUP.pm 2012-04-18 12:12:56 UTC (rev 11724) @@ -373,6 +373,11 @@ counter => "load_props_multi", value => $LJ::COUNT_LOAD_PROPS_MULTI, }); + + LJ::run_hook ("update_counter", { + counter => "load_props_multi_db", + value => $LJ::COUNT_LOAD_PROPS_MULTI_DB, + }); }); LJ::register_hook('notify_event_displayed', sub{