OpenTelemetry PHP

InstrumentationScope
in package
implements InstrumentationScopeInterface

FinalYes

Represents the instrumentation scope information associated with the Tracer or Meter

Table of Contents

Interfaces

InstrumentationScopeInterface

Properties

$attributes  : AttributesInterface
$name  : string
$schemaUrl  : string|null
$version  : string|null

Methods

__construct()  : mixed
getAttributes()  : AttributesInterface
getName()  : string
getSchemaUrl()  : string|null
getVersion()  : string|null

Properties

Methods

getSchemaUrl()

public getSchemaUrl() : string|null
Attributes
#[Override]
Return values
string|null

getVersion()

public getVersion() : string|null
Attributes
#[Override]
Return values
string|null

        
On this page

Search results