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