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
$showDroppedCounts
public
bool
$showDroppedCounts
= false
$showInstrumentationScope
public
bool
$showInstrumentationScope
= true
$showLinks
public
bool
$showLinks
= true
$showResourceAttributes
public
bool
$showResourceAttributes
= true
$showStatusDescription
public
bool
$showStatusDescription
= true
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
default()
public
static default() : self
Return values
selfminimal()
public
static minimal() : self
Return values
selfwithDroppedCounts()
public
withDroppedCounts([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithInstrumentationScope()
public
withInstrumentationScope([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithLinks()
public
withLinks([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithResourceAttributes()
public
withResourceAttributes([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithStatusDescription()
public
withStatusDescription([bool $show = true ]) : self
Parameters
- $show : bool = true