Skip to content

Commit cfabe35

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "fix StatsFactory timing usage in EditEntity and View"
2 parents 6d175b4 + fd822cf commit cfabe35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

view/src/FallbackChainModuleMethods.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ function () use ( $services ) {
2525
$statsFactory = $services->getStatsFactory()->withComponent( 'WikibaseRepo' );
2626
$timing = $statsFactory
2727
->getTiming( 'fallbackchains_timing_seconds' )
28-
->copyToStatsdAt( 'wikibase.view.fallbackchains.timing' );
29-
$timing->start();
28+
->start();
3029

3130
$fallbackChainFactory = WikibaseRepo::getLanguageFallbackChainFactory( $services );
3231
$languages = WikibaseRepo::getTermsLanguages( $services )->getLanguages();

0 commit comments

Comments
 (0)