Skip to content

Commit

Permalink
[#6821] Removes insert unnecessary link data
Browse files Browse the repository at this point in the history
  • Loading branch information
koo-taejin authored and jaehong-kim committed Apr 9, 2021
1 parent f113c40 commit f84f579
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ public void received(String applicationName, ServiceType applicationServiceType,

final ColumnName maxColumnName = new ResponseColumnName(agentId, histogramSchema.getMaxStatSlot().getSlotTime());
this.bulkWriter.increment(selfRowKey, selfColumnName);
if (isPing) {
return;
}

if (mapLinkConfiguration.isEnableAvg()) {
final ColumnName sumColumnName = new ResponseColumnName(agentId, histogramSchema.getSumStatSlot().getSlotTime());
Expand Down

0 comments on commit f84f579

Please sign in to comment.