function InstrumentationLibrary::__construct
Constructor.
Parameters
array $data {: Optional. Data for populating the Message object.
@type string $name An empty instrumentation library name means the name is unknown. @type string $version }
Overrides Message::__construct
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Common/ V1/ InstrumentationLibrary.php, line 44
Class
- InstrumentationLibrary
- InstrumentationLibrary is a message representing the instrumentation library information such as the fully qualified name and version. InstrumentationLibrary is wire-compatible with InstrumentationScope for binary Protobuf format. This message is…
Namespace
Opentelemetry\Proto\Common\V1Code
public function __construct($data = NULL) {
\GPBMetadata\Opentelemetry\Proto\Common\V1\Common::initOnce();
parent::__construct($data);
}