jaeger-client -> opentelemetry
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace OpenTelemetry\SDK\Common\Http\HttpPlug\Client;
|
||||
|
||||
use Http\Client\HttpAsyncClient;
|
||||
|
||||
interface ResolverInterface
|
||||
{
|
||||
public function resolveHttpPlugAsyncClient(): HttpAsyncClient;
|
||||
}
|
||||
Reference in New Issue
Block a user