class Delta
@internal @phan-file-suppress PhanUndeclaredTypeParameter, PhanUndeclaredTypeProperty
Hierarchy
- class \OpenTelemetry\SDK\Metrics\Stream\Delta
Expanded class hierarchy of Delta
20 string references to 'Delta'
- AssetControllerBase::deliver in core/
modules/ system/ src/ Controller/ AssetControllerBase.php - Generates an aggregate, given a filename.
- Block::prepareRow in core/
modules/ block/ src/ Plugin/ migrate/ source/ Block.php - Adds additional data to the row.
- BlockTranslation::query in core/
modules/ block/ src/ Plugin/ migrate/ source/ d6/ BlockTranslation.php - d6_block.yml in core/
modules/ block/ migrations/ d6_block.yml - core/modules/block/migrations/d6_block.yml
- d6_block_translation.yml in core/
modules/ config_translation/ migrations/ d6_block_translation.yml - core/modules/config_translation/migrations/d6_block_translation.yml
File
-
vendor/
open-telemetry/ sdk/ Metrics/ Stream/ Delta.php, line 13
Namespace
OpenTelemetry\SDK\Metrics\StreamView source
final class Delta {
public function __construct(Metric $metric, int|GMP $readers, ?self $prev = null) {
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Delta::__construct | public | function |