Skip to content

Commit

Permalink
docs: adjust reference path for php library (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahya authored Jan 5, 2024
1 parent 735babe commit d16f84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/php/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ First, create a `MeterProvider`:
```php
<?php

use OpenTelemetry\Contrib\Otlp\ConsoleMetricExporterFactory;
use OpenTelemetry\SDK\Metrics\MetricExporter\ConsoleMetricExporterFactory;
use OpenTelemetry\SDK\Metrics\MeterProvider;
use OpenTelemetry\SDK\Metrics\MetricReader\ExportingReader;

Expand Down

0 comments on commit d16f84a

Please sign in to comment.