Skip to content

Commit

Permalink
[#6821] Fixes missing isPing params
Browse files Browse the repository at this point in the history
  • Loading branch information
koo-taejin authored and jaehong-kim committed Apr 5, 2021
1 parent 10fab99 commit 6f3fda9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void received(String applicationName, ServiceType applicationServiceType,
final long rowTimeSlot = timeSlot.getTimeSlot(acceptedTime);
final RowKey selfRowKey = new CallRowKey(applicationName, applicationServiceType.getCode(), rowTimeSlot);

final short slotNumber = ApplicationMapStatisticsUtils.getSlotNumber(applicationServiceType, elapsed, isError);
final short slotNumber = ApplicationMapStatisticsUtils.getSlotNumber(applicationServiceType, elapsed, isError, isPing);
final ColumnName selfColumnName = new ResponseColumnName(agentId, slotNumber);

HistogramSchema histogramSchema = applicationServiceType.getHistogramSchema();
Expand Down

0 comments on commit 6f3fda9

Please sign in to comment.