Skip to content

Commit

Permalink
fix: correct path to autoloader in metrics/getting-started (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi authored Apr 30, 2024
1 parent f2cba82 commit 5747fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/metrics/getting_started.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use OpenTelemetry\SDK\Metrics\MetricReader\ExportingReader;
use OpenTelemetry\SDK\Resource\ResourceInfoFactory;

require 'vendor/autoload.php';
require_once __DIR__ . '/../../vendor/autoload.php';

/**
* Basic async/observable metrics generation example. This uses the console
Expand Down

0 comments on commit 5747fac

Please sign in to comment.