stats.Histogram.observe()
Description
Increases the bucket where a sample falls in.
Syntax
histogram.observe(n)
Parameters
observe(n)
n
A sample to add to the histogram.
Increases the bucket where a sample falls in.
histogram.observe(n)
observe(n)
A sample to add to the histogram.