Skip to content

Commit

Permalink
docs: adjust reference path for php library
Browse files Browse the repository at this point in the history
Because the path was changed in opentelemetry-php PR
open-telemetry/opentelemetry-php#1055
  • Loading branch information
sahya authored Jan 4, 2024
1 parent 735babe commit cad2048
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 cad2048

Please sign in to comment.