3declare(strict_types=1);
A metric is something we can measure about the system.
storeStableCounter(string $key, int $value, string $description=null)
storeStableBool(string $key, bool $value, string $description=null)
storeConfigBool(string $key, bool $value, string $description=null)
storeStableTimestamp(string $key, \DateTimeImmutable $value, string $description=null)
storeStableGauge(string $key, $value, string $description=null)
storeConfigCounter(string $key, int $value, string $description=null)
storeVolatileText(string $key, string $value, string $description=null)
store(string $key, Metric $metric)
Store some metric in the storage.
storeVolatileTimestamp(string $key, \DateTimeImmutable $value, string $description=null)
storeConfigGauge(string $key, $value, string $description=null)
storeConfigTimestamp(string $key, \DateTimeImmutable $value, string $description=null)
storeVolatileCounter(string $key, int $value, string $description=null)
storeVolatileBool(string $key, bool $value, string $description=null)
storeStableText(string $key, string $value, string $description=null)
storeConfigText(string $key, string $value, string $description=null)
storeVolatileGauge(string $key, $value, string $description=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...