19 declare(strict_types=1);
28 public function store(
string $key,
Metric $metric): void;
32 public function storeConfigBool(
string $key,
bool $value, ?
string $description =
null): void;
36 public function storeConfigText(
string $key,
string $value, ?
string $description =
null): void;
38 public function storeStableBool(
string $key,
bool $value, ?
string $description =
null): void;
42 public function storeStableText(
string $key,
string $value, ?
string $description =
null): void;
storeConfigBool(string $key, bool $value, ?string $description=null)
storeVolatileCounter(string $key, int $value, ?string $description=null)
storeVolatileTimestamp(string $key, \DateTimeImmutable $value, ?string $description=null)
storeStableBool(string $key, bool $value, ?string $description=null)
store(string $key, Metric $metric)
Store some metric in the storage.
storeVolatileText(string $key, string $value, ?string $description=null)
storeConfigGauge(string $key, $value, ?string $description=null)
storeConfigTimestamp(string $key, \DateTimeImmutable $value, ?string $description=null)
storeStableGauge(string $key, $value, ?string $description=null)
storeConfigText(string $key, string $value, ?string $description=null)
A metric is something we can measure about the system.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
storeVolatileBool(string $key, bool $value, ?string $description=null)
storeStableTimestamp(string $key, \DateTimeImmutable $value, ?string $description=null)
storeConfigCounter(string $key, int $value, ?string $description=null)
storeStableCounter(string $key, int $value, ?string $description=null)
storeVolatileGauge(string $key, $value, ?string $description=null)
storeStableText(string $key, string $value, ?string $description=null)