|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\Setup\Metrics\Storage:
Collaboration diagram for ILIAS\Setup\Metrics\Storage:Public Member Functions | |
| store (string $key, Metric $metric) | |
| Store some metric in the storage. More... | |
| 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) | |
Definition at line 23 of file Storage.php.
| ILIAS\Setup\Metrics\Storage::store | ( | string | $key, |
| Metric | $metric | ||
| ) |
Store some metric in the storage.
Implemented in ILIAS\Setup\Metrics\ArrayStorage, and ILIAS\Setup\Metrics\StorageOnPathWrapper.
Referenced by ilGlobalCacheMetricsCollectedObjective\collectFrom(), and ilDatabaseUpdateStepsMetricsCollectedObjective\collectFrom().
Here is the caller graph for this function:| ILIAS\Setup\Metrics\Storage::storeConfigBool | ( | string | $key, |
| bool | $value, | ||
| string | $description = null |
||
| ) |
Referenced by ilLoggingMetricsCollectedObjective\collectFrom(), and ilGlobalCacheMetricsCollectedObjective\collectFrom().
Here is the caller graph for this function:| ILIAS\Setup\Metrics\Storage::storeConfigCounter | ( | string | $key, |
| int | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeConfigGauge | ( | string | $key, |
| $value, | |||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeConfigText | ( | string | $key, |
| string | $value, | ||
| string | $description = null |
||
| ) |
Referenced by ilLoggingMetricsCollectedObjective\collectFrom(), ilFileSystemMetricsCollectedObjective\collectFrom(), ilTreeMetricsCollectedObjective\collectFrom(), and ilGlobalCacheMetricsCollectedObjective\collectFrom().
Here is the caller graph for this function:| ILIAS\Setup\Metrics\Storage::storeConfigTimestamp | ( | string | $key, |
| \DateTimeImmutable | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeStableBool | ( | string | $key, |
| bool | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeStableCounter | ( | string | $key, |
| int | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeStableGauge | ( | string | $key, |
| $value, | |||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeStableText | ( | string | $key, |
| string | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeStableTimestamp | ( | string | $key, |
| \DateTimeImmutable | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeVolatileBool | ( | string | $key, |
| bool | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeVolatileCounter | ( | string | $key, |
| int | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeVolatileGauge | ( | string | $key, |
| $value, | |||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeVolatileText | ( | string | $key, |
| string | $value, | ||
| string | $description = null |
||
| ) |
| ILIAS\Setup\Metrics\Storage::storeVolatileTimestamp | ( | string | $key, |
| \DateTimeImmutable | $value, | ||
| string | $description = null |
||
| ) |