Skip to content
Snippets Groups Projects
Commit 082164ce authored by Sören Henning's avatar Sören Henning
Browse files

Add order index for execution monitoring logs

parent d9509e32
No related branches found
No related tags found
1 merge request!17Get impletemented stages and Java 8
......@@ -95,9 +95,8 @@ final class LegacyTraceReconstructor extends AbstractTransformation<OperationExe
OperationCall header = null;
int ess = 0;
for (final OperationExecutionRecord record : this.records) {
// TODO Missing orderIndex temp. 0
final OperationCall newCall = new OperationCall(record.getHostname(), this.extractComponent(record.getOperationSignature()),
record.getOperationSignature(), 0,
record.getOperationSignature(), record.getEoi(),
this.traceID, record.getLoggingTimestamp());
newCall.setDuration(record.getTout() - record.getTin());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment