set_histogram
Sets the span of histogramThe histogram is a distribution of time measurements in a series of bins. A bar’s height indicates the frequency of events detected with a time value within the corresponding timestamp-bin.
Parameters
number required
Start time
number required
Stop time
string
Histogram type
default: Intervalallowed values:Interval, G2 boolean
Disable all implicit conversions and coercions
default: true# Examples
# Sample response
{
"start_time": 0.0,
"stop_time": 1.0,
"type": "G2"
}
1
2
3
4
5
2
3
4
5