Skip to content

Log time to complete api requests #41708

Description

@janicduplessis

Problem

When analyzing logs it is hard to see if an issue is related to slow network requests. It is technically possible to calculate the time network requests took by taking the start and end timestamps, but this is very time consuming and almost impossible if you do not know which request could be slow.

Solution

Add the time it took for the request to complete in the "Finished API request" log. This will allow spotting slow network requests easily while glancing at the logs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions