Flow PHP

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

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

withAggregationTemporality()

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

withAllExemplars()

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

withDescription()

public withDescription([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

withResourceAttributes()

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

withStartTimestamp()

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

        
On this page

Search results