mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +08:00
fix failed tests.
This commit is contained in:
parent
862ecb9e84
commit
94fc1ef929
@ -46,6 +46,6 @@ class Histogram implements HistogramInterface
|
||||
|
||||
public function put(float $value): void
|
||||
{
|
||||
$this->histogram->put($value, $this->labelValues);
|
||||
$this->histogram->observe($value, $this->labelValues);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user