|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 ($key, bool $value, string $description=null) | |
| storeConfigCounter ($key, int $value, string $description=null) | |
| storeConfigGauge ($key, $value, string $description=null) | |
| storeConfigTimestamp ($key, \DateTimeImmutable $value, string $description=null) | |
| storeConfigText ($key, string $value, string $description=null) | |
| storeStableBool ($key, bool $value, string $description=null) | |
| storeStableCounter ($key, int $value, string $description=null) | |
| storeStableGauge ($key, $value, string $description=null) | |
| storeStableTimestamp ($key, \DateTimeImmutable $value, string $description=null) | |
| storeStableText ($key, string $value, string $description=null) | |
| storeVolatileBool ($key, bool $value, string $description=null) | |
| storeVolatileCounter ($key, int $value, string $description=null) | |
| storeVolatileGauge ($key, $value, string $description=null) | |
| storeVolatileTimestamp ($key, \DateTimeImmutable $value, string $description=null) | |
| storeVolatileText ($key, string $value, string $description=null) | |
Variables | |
| trait | StorageConvenience |
| Implements the convenience methods of Storage over Storage::store. More... | |
| ILIAS\Setup\Metrics\storeConfigBool | ( | $key, | |
| bool | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 16 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeConfigCounter | ( | $key, | |
| int | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 24 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeConfigGauge | ( | $key, | |
| $value, | |||
| string | $description = null |
||
| ) |
Definition at line 32 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeConfigText | ( | $key, | |
| string | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 48 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeConfigTimestamp | ( | $key, | |
| \DateTimeImmutable | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 40 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeStableBool | ( | $key, | |
| bool | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 57 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeStableCounter | ( | $key, | |
| int | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 65 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeStableGauge | ( | $key, | |
| $value, | |||
| string | $description = null |
||
| ) |
Definition at line 73 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeStableText | ( | $key, | |
| string | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 89 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeStableTimestamp | ( | $key, | |
| \DateTimeImmutable | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 81 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeVolatileBool | ( | $key, | |
| bool | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 98 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeVolatileCounter | ( | $key, | |
| int | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 106 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeVolatileGauge | ( | $key, | |
| $value, | |||
| string | $description = null |
||
| ) |
Definition at line 114 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeVolatileText | ( | $key, | |
| string | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 130 of file StorageConvenience.php.
| ILIAS\Setup\Metrics\storeVolatileTimestamp | ( | $key, | |
| \DateTimeImmutable | $value, | ||
| string | $description = null |
||
| ) |
Definition at line 122 of file StorageConvenience.php.
| trait ILIAS::Setup::Metrics\StorageConvenience |
Implements the convenience methods of Storage over Storage::store.
Definition at line 12 of file StorageConvenience.php.