Temporality
in package
FinalYes
Metric aggregation temporality.
Has to be type-hinted as string|Temporality
to be forward compatible.
Tags
Table of Contents
Constants
- CUMULATIVE = 'Cumulative'
- DELTA = 'Delta'
Methods
- __construct() : mixed
Constants
CUMULATIVE
public
mixed
CUMULATIVE
= 'Cumulative'
DELTA
public
mixed
DELTA
= 'Delta'
Methods
__construct()
private
__construct() : mixed