Flow PHP

ConsoleSpanOptions

Read onlyYes
FinalYes

Properties

$showDroppedCounts  : bool
$showInstrumentationScope  : bool
$showLinks  : bool
$showResourceAttributes  : bool
$showStatusDescription  : bool

Methods

__construct()  : mixed
default()  : self
minimal()  : self
withDroppedCounts()  : self
withInstrumentationScope()  : self
withLinks()  : self
withResourceAttributes()  : self
withStatusDescription()  : self

Properties

Methods

__construct()

public __construct([bool $showResourceAttributes = true ][, bool $showInstrumentationScope = true ][, bool $showLinks = true ][, bool $showStatusDescription = true ][, bool $showDroppedCounts = false ]) : mixed
Parameters
$showResourceAttributes : bool = true
$showInstrumentationScope : bool = true
$showLinks : bool = true
$showStatusDescription : bool = true
$showDroppedCounts : bool = false

withDroppedCounts()

public withDroppedCounts([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self

withInstrumentationScope()

public withInstrumentationScope([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self
public withLinks([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self

withResourceAttributes()

public withResourceAttributes([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self

withStatusDescription()

public withStatusDescription([bool $show = true ]) : self
Parameters
$show : bool = true
Return values
self

        
On this page

Search results