ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Data Structures | |
class | ArrayStorage |
class | CollectedObjective |
Base class to simplify collection of metrics. More... | |
class | Metric |
A metric is something we can measure about the system. More... | |
interface | Storage |
class | StorageOnPathWrapper |
Functions | |
storeConfigBool (string $key, bool $value, ?string $description=null) | |
storeConfigCounter (string $key, int $value, ?string $description=null) | |
storeConfigGauge (string $key, $value, ?string $description=null) | |
storeConfigTimestamp (string $key, \DateTimeImmutable $value, ?string $description=null) | |
storeConfigText (string $key, string $value, ?string $description=null) | |
storeStableBool (string $key, bool $value, ?string $description=null) | |
storeStableCounter (string $key, int $value, ?string $description=null) | |
storeStableGauge (string $key, $value, ?string $description=null) | |
storeStableTimestamp (string $key, \DateTimeImmutable $value, ?string $description=null) | |
storeStableText (string $key, string $value, ?string $description=null) | |
storeVolatileBool (string $key, bool $value, ?string $description=null) | |
storeVolatileCounter (string $key, int $value, ?string $description=null) | |
storeVolatileGauge (string $key, $value, ?string $description=null) | |
storeVolatileTimestamp (string $key, \DateTimeImmutable $value, ?string $description=null) | |
storeVolatileText (string $key, string $value, ?string $description=null) | |
Variables | |
trait | StorageConvenience |
Implements the convenience methods of Storage over Storage::store. More... | |
ILIAS\Setup\Metrics\storeConfigBool | ( | string | $key, |
bool | $value, | ||
?string | $description = null |
||
) |
Definition at line 32 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeConfigCounter | ( | string | $key, |
int | $value, | ||
?string | $description = null |
||
) |
Definition at line 40 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeConfigGauge | ( | string | $key, |
$value, | |||
?string | $description = null |
||
) |
Definition at line 48 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeConfigText | ( | string | $key, |
string | $value, | ||
?string | $description = null |
||
) |
Definition at line 64 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeConfigTimestamp | ( | string | $key, |
\DateTimeImmutable | $value, | ||
?string | $description = null |
||
) |
Definition at line 56 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeStableBool | ( | string | $key, |
bool | $value, | ||
?string | $description = null |
||
) |
Definition at line 73 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeStableCounter | ( | string | $key, |
int | $value, | ||
?string | $description = null |
||
) |
Definition at line 81 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeStableGauge | ( | string | $key, |
$value, | |||
?string | $description = null |
||
) |
Definition at line 89 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeStableText | ( | string | $key, |
string | $value, | ||
?string | $description = null |
||
) |
Definition at line 105 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeStableTimestamp | ( | string | $key, |
\DateTimeImmutable | $value, | ||
?string | $description = null |
||
) |
Definition at line 97 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeVolatileBool | ( | string | $key, |
bool | $value, | ||
?string | $description = null |
||
) |
Definition at line 114 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeVolatileCounter | ( | string | $key, |
int | $value, | ||
?string | $description = null |
||
) |
Definition at line 122 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeVolatileGauge | ( | string | $key, |
$value, | |||
?string | $description = null |
||
) |
Definition at line 130 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeVolatileText | ( | string | $key, |
string | $value, | ||
?string | $description = null |
||
) |
Definition at line 146 of file StorageConvenience.php.
ILIAS\Setup\Metrics\storeVolatileTimestamp | ( | string | $key, |
\DateTimeImmutable | $value, | ||
?string | $description = null |
||
) |
Definition at line 138 of file StorageConvenience.php.
trait ILIAS::Setup::Metrics\StorageConvenience |
Implements the convenience methods of Storage over Storage::store.
Definition at line 29 of file StorageConvenience.php.