Skip to content

Add total time taken to process a query in result#4312

Merged
mangalaman93 merged 2 commits intomasterfrom
aman/total_ns
Nov 27, 2019
Merged

Add total time taken to process a query in result#4312
mangalaman93 merged 2 commits intomasterfrom
aman/total_ns

Conversation

@mangalaman93
Copy link
Copy Markdown
Contributor

@mangalaman93 mangalaman93 commented Nov 22, 2019

Example response:

{
  "data": {
    "q": [],
    "code": "Success",
    "message": "Done",
    "uids": {
      "uid(v)": "0x2"
    }
  },
  "extensions": {
    "server_latency": {
      "parsing_ns": 50139,
      "processing_ns": 12188065,
      "encoding_ns": 5040,
      "assign_timestamp_ns": 694780,
      "total_ns": 13175112
    },
    "txn": {
      "start_ts": 14,
      "commit_ts": 15,
      "preds": [
        "1-email",
        "1-name"
      ]
    }
  }
}

This change is Reviewable

@mangalaman93 mangalaman93 requested a review from a team November 22, 2019 14:42
Copy link
Copy Markdown
Contributor

@martinmr martinmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 4 of 4 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain)

Copy link
Copy Markdown
Contributor

@manishrjain manishrjain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 4 of 4 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Copy Markdown
Contributor

@pawanrawal pawanrawal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 4 of 4 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@mangalaman93 mangalaman93 merged commit 22010e4 into master Nov 27, 2019
@mangalaman93 mangalaman93 deleted the aman/total_ns branch November 27, 2019 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants