16 public function storeConfigBool($key,
bool $value,
string $description =
null) : void;
20 public function storeConfigText($key,
string $value,
string $description =
null) : void;
22 public function storeStableBool($key,
bool $value,
string $description =
null) : void;
26 public function storeStableText($key,
string $value,
string $description =
null) : void;
An exception for terminatinating execution or to throw for unit testing.
A metric is something we can measure about the system.
storeVolatileText($key, string $value, string $description=null)
storeVolatileGauge($key, $value, string $description=null)
storeStableCounter($key, int $value, string $description=null)
storeConfigCounter($key, int $value, string $description=null)
storeStableText($key, string $value, string $description=null)
storeStableBool($key, bool $value, string $description=null)
storeConfigGauge($key, $value, string $description=null)
storeVolatileCounter($key, int $value, string $description=null)
store(string $key, Metric $metric)
Store some metric in the storage.
storeConfigTimestamp($key, \DateTimeImmutable $value, string $description=null)
storeStableTimestamp($key, \DateTimeImmutable $value, string $description=null)
storeVolatileTimestamp($key, \DateTimeImmutable $value, string $description=null)
storeConfigText($key, string $value, string $description=null)
storeConfigBool($key, bool $value, string $description=null)
storeStableGauge($key, $value, string $description=null)
storeVolatileBool($key, bool $value, string $description=null)