We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d175b4 + fd822cf commit cfabe35Copy full SHA for cfabe35
view/src/FallbackChainModuleMethods.php
@@ -25,8 +25,7 @@ function () use ( $services ) {
25
$statsFactory = $services->getStatsFactory()->withComponent( 'WikibaseRepo' );
26
$timing = $statsFactory
27
->getTiming( 'fallbackchains_timing_seconds' )
28
- ->copyToStatsdAt( 'wikibase.view.fallbackchains.timing' );
29
- $timing->start();
+ ->start();
30
31
$fallbackChainFactory = WikibaseRepo::getLanguageFallbackChainFactory( $services );
32
$languages = WikibaseRepo::getTermsLanguages( $services )->getLanguages();
0 commit comments