function Configuration::getList
9 calls to Configuration::getList()
- ExporterFactory::create in vendor/
open-telemetry/ sdk/ Trace/ ExporterFactory.php - ExporterFactory::create in vendor/
open-telemetry/ sdk/ Logs/ ExporterFactory.php - LogRecordProcessorFactory::create in vendor/
open-telemetry/ sdk/ Logs/ LogRecordProcessorFactory.php - MeterProviderFactory::create in vendor/
open-telemetry/ sdk/ Metrics/ MeterProviderFactory.php - @todo https://github.com/open-telemetry/opentelemetry-specification/blob/main…
- PropagatorFactory::create in vendor/
open-telemetry/ sdk/ Propagation/ PropagatorFactory.php
File
-
vendor/
open-telemetry/ sdk/ Common/ Configuration/ Configuration.php, line 91
Class
- Configuration
- Configuration can come from one or more of the following sources (from highest to lowest priority):
Namespace
OpenTelemetry\SDK\Common\ConfigurationCode
public static function getList(string $key, ?array $default = null) : array {
return ListParser::parse(CompositeResolver::instance()->resolve(self::validateVariableType($key, VariableTypes::LIST), $default));
}