whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
open-telemetry
/
api
/
Metrics
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/open-telemetry/api/Metrics/ObserverInterface.php
<?php declare(strict_types=1); namespace OpenTelemetry\API\Metrics; interface ObserverInterface { /** * Records the given absolute datapoint. * * @param float|int $amount observed amount * @param iterable<non-empty-string, string|bool|float|int|array|null> $attributes * attributes of the data point */ public function observe(float|int $amount, iterable $attributes = []): void; }
Copyright ©2021 || Defacer Indonesia