Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
InstrumentationLibrarySpans.php
function InstrumentationLibrarySpans::clearInstrumentationLibrary
File
vendor/
open-telemetry/
gen-otlp-protobuf/
Opentelemetry/
Proto/
Trace/
V1/
InstrumentationLibrarySpans.php
, line 81
Class
InstrumentationLibrarySpans
A collection of Spans produced by an InstrumentationLibrary. InstrumentationLibrarySpans is wire-compatible with ScopeSpans for binary Protobuf format. This message is deprecated and will be removed on June 15, 2022.
Namespace
Opentelemetry\Proto\Trace\V1
Code
public
function
clearInstrumentationLibrary
() {
unset
(
$this
->
instrumentation_library
); }
RSS feed