File manager - Edit - /var/www/payraty/helpdesk/vendor/open-telemetry/api/Signals.php
Back
<?php declare(strict_types=1); namespace OpenTelemetry\API; interface Signals { /** @var string */ public const TRACE = 'trace'; /** @var string */ public const METRICS = 'metrics'; /** @var string */ public const LOGS = 'logs'; /** @var string[] */ public const SIGNALS = [ self::TRACE, self::METRICS, self::LOGS, ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings