interface GeneralInstrumentationConfiguration
Hierarchy
- interface \OpenTelemetry\API\Instrumentation\AutoInstrumentation\InstrumentationConfiguration
- interface \OpenTelemetry\API\Instrumentation\AutoInstrumentation\GeneralInstrumentationConfiguration extends \OpenTelemetry\API\Instrumentation\AutoInstrumentation\InstrumentationConfiguration
Expanded class hierarchy of GeneralInstrumentationConfiguration
All classes that implement GeneralInstrumentationConfiguration
2 files declare their use of GeneralInstrumentationConfiguration
- HttpConfig.php in vendor/
open-telemetry/ api/ Instrumentation/ Configuration/ General/ HttpConfig.php - PeerConfig.php in vendor/
open-telemetry/ api/ Instrumentation/ Configuration/ General/ PeerConfig.php
File
-
vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ GeneralInstrumentationConfiguration.php, line 7
Namespace
OpenTelemetry\API\Instrumentation\AutoInstrumentationView source
interface GeneralInstrumentationConfiguration extends InstrumentationConfiguration {
}