19declare(strict_types=1);
41 $this->other->store(
"$this->path.$key", $metric);
A metric is something we can measure about the system.
store(string $key, Metric $metric)
@inheritdocs
__construct(string $path, Storage $other)
trait StorageConvenience
Implements the convenience methods of Storage over Storage::store.