PeerConfig.php
Namespace
OpenTelemetry\API\Instrumentation\Configuration\GeneralFile
-
vendor/
open-telemetry/ api/ Instrumentation/ Configuration/ General/ PeerConfig.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\API\Instrumentation\Configuration\General;
use OpenTelemetry\API\Instrumentation\AutoInstrumentation\GeneralInstrumentationConfiguration;
class PeerConfig implements GeneralInstrumentationConfiguration {
public function __construct(array $config) {
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
PeerConfig |