Auto status change to "Under Review"
Show More
@@ -333,7 +333,7 b' class RequestMetricService(BaseService):' | |||||
333 | for hit in bucket["top_calls_hits"]["hits"]["hits"]: |
|
333 | for hit in bucket["top_calls_hits"]["hits"]["hits"]: | |
334 | details[bucket["key"]].append( |
|
334 | details[bucket["key"]].append( | |
335 | { |
|
335 | { | |
336 |
"report_id": hit["_source"]["re |
|
336 | "report_id": hit["_source"]["report_id"], | |
337 | "group_id": hit["_source"]["group_id"], |
|
337 | "group_id": hit["_source"]["group_id"], | |
338 | } |
|
338 | } | |
339 | ) |
|
339 | ) |
General Comments 4
Auto status change to "Under Review"
You need to be logged in to leave comments.
Login now