ConsoleMetricOptions
Read onlyYes
FinalYes
Properties
- $showAggregationTemporality : bool
- $showAllExemplars : bool
- $showDescription : bool
- $showInstrumentationScope : bool
- $showResourceAttributes : bool
- $showStartTimestamp : bool
Methods
- __construct() : mixed
- default() : self
- minimal() : self
- withAggregationTemporality() : self
- withAllExemplars() : self
- withDescription() : self
- withInstrumentationScope() : self
- withResourceAttributes() : self
- withStartTimestamp() : self
Properties
$showAggregationTemporality
public
bool
$showAggregationTemporality
= false
$showAllExemplars
public
bool
$showAllExemplars
= false
$showDescription
public
bool
$showDescription
= true
$showInstrumentationScope
public
bool
$showInstrumentationScope
= true
$showResourceAttributes
public
bool
$showResourceAttributes
= true
$showStartTimestamp
public
bool
$showStartTimestamp
= false
Methods
__construct()
public
__construct([bool $showResourceAttributes = true ][, bool $showInstrumentationScope = true ][, bool $showDescription = true ][, bool $showAggregationTemporality = false ][, bool $showStartTimestamp = false ][, bool $showAllExemplars = false ]) : mixed
Parameters
- $showResourceAttributes : bool = true
- $showInstrumentationScope : bool = true
- $showDescription : bool = true
- $showAggregationTemporality : bool = false
- $showStartTimestamp : bool = false
- $showAllExemplars : bool = false
default()
public
static default() : self
Return values
selfminimal()
public
static minimal() : self
Return values
selfwithAggregationTemporality()
public
withAggregationTemporality([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithAllExemplars()
public
withAllExemplars([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithDescription()
public
withDescription([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithInstrumentationScope()
public
withInstrumentationScope([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithResourceAttributes()
public
withResourceAttributes([bool $show = true ]) : self
Parameters
- $show : bool = true
Return values
selfwithStartTimestamp()
public
withStartTimestamp([bool $show = true ]) : self
Parameters
- $show : bool = true