Skip to content

ApiLog DD not registering total time properly #15

@sampizarro

Description

@sampizarro

cApiLogsDataDictionary , from sample dir

Creating method evaluates total request process time, but it uses the wrong function.

instead of :
Move (SpanMilliseconds(tsTimeBetween)) to iTimeInMiliseconds

it should be:
Move (SpanTotalMilliseconds(tsTimeBetween)) to iTimeInMiliseconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions