Skip to content

Commit

Permalink
Changed FlowId and FlowVersion headers for stepcollector
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Oct 11, 2024
1 parent 4befed2 commit 66bd6a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public class StepCollector extends EventNotifierSupport {

private final String BREADCRUMB_ID_HEADER = "breadcrumbId";
public static final String COMPONENT_INIT_TIME_HEADER = "ComponentInitTime";
public static final String FLOW_ID_HEADER = "flowId";
public static final String FLOW_VERSION_HEADER = "flowVersion";
public static final String FLOW_ID_HEADER = "DOVETAIL_FlowId";
public static final String FLOW_VERSION_HEADER = "DOVETAIL_FlowVersion";

public static final String RESPONSE_TIME_PROPERTY = "ResponseTime";
public static final String TIMESTAMP_PROPERTY = "Timestamp";
Expand Down

0 comments on commit 66bd6a0

Please sign in to comment.