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
{
"HistogramType": 1,
"start_time": 0,
"stop_time": 1,
"type": "g2correlationfunction"
}
1
2
3
4
5
6
2
3
4
5
6