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