: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
abstract class NF_Telemetry_Metric
public function __construct( NF_Telemetry_RepositoryInterface $repository )
$this->repository = $repository;
return $this->repository->get();
public function save( $new_value )
return $this->repository->save( $new_value );