Skip to content

Instantly share code, notes, and snippets.

@nik9000
Created June 2, 2020 13:57
Show Gist options
  • Save nik9000/5fe72f749bc80a8669c2bab4980416ca to your computer and use it in GitHub Desktop.
Save nik9000/5fe72f749bc80a8669c2bab4980416ca to your computer and use it in GitHub Desktop.
"aggregations" : [
{
"type" : "AutoDateHistogramAggregator",
"description" : "dropoffs_over_time",
"time_in_nanos" : 51216343708,
"breakdown" : {
"reduce" : 0,
"build_aggregation" : 32708736861,
"build_aggregation_count" : 1,
"initialize" : 158632,
"initialize_count" : 1,
"reduce_count" : 0,
"collect" : 18507448215,
"collect_count" : 165343157
},
"debug" : {
"surviving_buckets" : 12,
"rebucket_count" : 1,
"deferred_aggregators" : [
"total_amount",
"tip_amount",
"trip_distance"
],
"next_rebucket_at" : 1000,
"wasted_buckets_overestimate" : 1
},
"children" : [
{
"type" : "StatsAggregator",
"description" : "total_amount",
"time_in_nanos" : 13419246453,
"breakdown" : {
"reduce" : 0,
"build_aggregation" : 3082,
"build_aggregation_count" : 1,
"initialize" : 3898,
"initialize_count" : 1,
"reduce_count" : 0,
"collect" : 13419239473,
"collect_count" : 165343157
}
},
{
"type" : "StatsAggregator",
"description" : "tip_amount",
"time_in_nanos" : 12253706972,
"breakdown" : {
"reduce" : 0,
"build_aggregation" : 992,
"build_aggregation_count" : 1,
"initialize" : 1294,
"initialize_count" : 1,
"reduce_count" : 0,
"collect" : 12253704686,
"collect_count" : 165343157
}
},
{
"type" : "StatsAggregator",
"description" : "trip_distance",
"time_in_nanos" : 12831818411,
"breakdown" : {
"reduce" : 0,
"build_aggregation" : 759,
"build_aggregation_count" : 1,
"initialize" : 1317,
"initialize_count" : 1,
"reduce_count" : 0,
"collect" : 12831816335,
"collect_count" : 165343157
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment