ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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(), ilDatabaseUpdateStepsMetricsCollectedObjective\collectFrom(), and ILIAS\Test\Setup\DatabaseInconsistencyMetricsCollectedObjective\collectFrom().
ILIAS\Setup\Metrics\Storage::storeConfigBool | ( | string | $key, |
bool | $value, | ||
?string | $description = null |
||
) |
Referenced by ilLoggingMetricsCollectedObjective\collectFrom(), and ilGlobalCacheMetricsCollectedObjective\collectFrom().
ILIAS\Setup\Metrics\Storage::storeConfigCounter | ( | string | $key, |
int | $value, | ||
?string | $description = null |
||
) |
ILIAS\Setup\Metrics\Storage::storeConfigGauge | ( | string | $key, |
$value, | |||
?string | $description = null |
||
) |
Referenced by ilBackgroundTasksMetricsCollectedObjective\collectFrom().
ILIAS\Setup\Metrics\Storage::storeConfigText | ( | string | $key, |
string | $value, | ||
?string | $description = null |
||
) |
Referenced by ilLoggingMetricsCollectedObjective\collectFrom(), ilTreeMetricsCollectedObjective\collectFrom(), ilGlobalCacheMetricsCollectedObjective\collectFrom(), ilBackgroundTasksMetricsCollectedObjective\collectFrom(), ilFileSystemMetricsCollectedObjective\collectFrom(), and ilDatabaseMetricsCollectedObjective\collectFrom().
ILIAS\Setup\Metrics\Storage::storeConfigTimestamp | ( | string | $key, |
\DateTimeImmutable | $value, | ||
?string | $description = null |
||
) |
ILIAS\Setup\Metrics\Storage::storeStableBool | ( | string | $key, |
bool | $value, | ||
?string | $description = null |
||
) |
Referenced by ilDatabaseMetricsCollectedObjective\collectFrom().
ILIAS\Setup\Metrics\Storage::storeStableCounter | ( | string | $key, |
int | $value, | ||
?string | $description = null |
||
) |
Referenced by ilDatabaseMetricsCollectedObjective\collectFrom().
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 |
||
) |