OpenTelemetry PHP

ViewTemplate
in package

FinalYes

Table of Contents

Properties

$aggregation  : AggregationInterface|null
$attributeKeys  : array<int, string>
$description  : string|null
$name  : string|null

Methods

create()  : self
project()  : ViewProjection
withAggregation()  : self
withAttributeKeys()  : self
withDescription()  : self
withName()  : self
__construct()  : mixed

Properties

$attributeKeys

private array<int, string> $attributeKeys = null

Methods

create()

public static create() : self
Return values
self

withAttributeKeys()

public withAttributeKeys(array<int, string> $attributeKeys) : self
Parameters
$attributeKeys : array<int, string>
Return values
self

withDescription()

public withDescription(string $description) : self
Parameters
$description : string
Return values
self

withName()

public withName(string $name) : self
Parameters
$name : string
Return values
self

        
On this page

Search results