Skip to content

Commit

Permalink
Merge branch 'add-metrics-tags' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandas0 committed Oct 6, 2024
2 parents 9a321e6 + 606f01f commit 6b75c86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4208,7 +4208,7 @@ public void updateClassifications(EntityMutationContext context, String guid, Li
//Sending audit request for all entities at once
entityChangeNotifier.onClassificationsDeletedFromEntities(propagatedEntities, Collections.singletonList(classification));
}
RequestContext.get().endMetricRecord(removedPropagations);
RequestContext.get().endMetricRecord(metricRecorderEntity);
}

AtlasPerfTracer.log(perf);
Expand Down

0 comments on commit 6b75c86

Please sign in to comment.