File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
carbonj.service/src/main/java/com/demandware/carbonj/service/engine Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,10 @@ private void processSinglePoint( DataPoint t )
140140 return ;
141141 }
142142
143+ if (t .name .equals ( "pod311.ecom.aahv.aahv_prd.blade7-0.aahv_prd.logging.appenders.truncation.truncation_not_required.stacktrace_length.count" )) {
144+ log .info ( ">>>>>>> Found data point: {} <<<<<<<<" , t );
145+ }
146+
143147 if ( aggregationEnabled )
144148 {
145149 accumulator .add ( t );
Original file line number Diff line number Diff line change 1- version =1.1.64-SNAPSHOT
1+ version =1.1.64-tcassidy- SNAPSHOT
22org.gradle.jvmargs =--add-opens java.base/java.util =ALL-UNNAMED --add-opens java.base/java.lang =ALL-UNNAMED --add-opens java.base/java.util =ALL-UNNAMED
33org.gradle.daemon =true
44springbootVersion =3.3.3
You can’t perform that action at this time.
0 commit comments