delete the old versions and update with latest code

This commit is contained in:
Joe
2019-10-17 15:26:45 -05:00
parent fbd0867eb6
commit c694cd18a7
3 changed files with 2 additions and 385 deletions

View File

@@ -17,7 +17,7 @@
simulateDate.setDate(today.getDate() - 1);
// To overwrite the simulate date uncomment the below and change the date (remember that the month starts at 0!
//simulateDate = new Date(2019,1,17);
//simulateDate = new Date(2019,6,15);
simulateDate = new Date(simulateDate.getFullYear(), simulateDate.getMonth(), simulateDate.getDate());
@@ -207,7 +207,7 @@
},
{
name: 'ClcCalculationBo.Calculation',
query: "class.method = 'Cas.BusinessLogic.Clc.ClcCalculationEngineBo.Calculation' AND server = 'ustca089.kcc.com' AND transactiontype = 'accenture_businesslogic' | calls -type class.method -class.method Cas.BusinessLogic.Clc.ClcCalculationEngineBo.Calculation -include_call_count -visualization transactions -limit 100000 -sort_by total_duration"
query: " class.method = 'Cas.BusinessLogic.Clc.ClcCalculationEngineBo.Calculation' AND server = 'ustca089.kcc.com' AND transactiontype = 'accenture_businesslogic' | calls -type class.method -class.method Cas.BusinessLogic.Clc.ClcCalculationEngineBo.Calculation -include_call_count -visualization transactions -limit 100000 -sort_by total_duration"
},
{
name: 'PrmMainBo.Save',