Skip to content

Commit 076a95b

Browse files
committed
Revert "Only track breakdown metrics if enabled (#737)"
This reverts commit 044b068.
1 parent 044b068 commit 076a95b

File tree

1 file changed

+1
-3
lines changed
  • apm-agent-core/src/main/java/co/elastic/apm/agent/impl/transaction

1 file changed

+1
-3
lines changed

apm-agent-core/src/main/java/co/elastic/apm/agent/impl/transaction/Transaction.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ public void beforeEnd(long epochMicros) {
186186

187187
@Override
188188
protected void afterEnd() {
189-
if (collectBreakdownMetrics) {
190-
trackMetrics();
191-
}
189+
trackMetrics();
192190
this.tracer.endTransaction(this);
193191
}
194192

0 commit comments

Comments
 (0)