Skip to content

Commit 1d89a38

Browse files
[PHP] Correct Instrumentation Example (#9184) (#9217)
Co-authored-by: Vitor Vasconcellos <[email protected]>
1 parent b135307 commit 1d89a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/languages/php/instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ $queue = [
798798
'job2',
799799
'job3',
800800
];
801-
$reader = $meterProvider
801+
$meterProvider
802802
->getMeter('demo_meter')
803803
->createObservableGauge('queued', 'jobs', 'The number of jobs enqueued')
804804
->observe(static function (ObserverInterface $observer) use (&$queue): void {

0 commit comments

Comments
 (0)