Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects clock-skew on single host spans #2243

Merged
merged 2 commits into from
Nov 9, 2018
Merged

Conversation

codefromthecrypt
Copy link
Member

See #1480

Here's before and after

screen shot 2018-11-08 at 11 27 28 pm

screen shot 2018-11-08 at 11 27 33 pm

[
  {
    "traceId": "1e223ff1f80f1c69",
    "parentId": "43210ae0c10d1234",
    "id": "43210ae0c10dabcd",
    "name": "async",
    "timestamp": 1470150004008762,
    "duration": 65000,
    "localEndpoint": {
      "serviceName": "serviceb",
      "ipv4": "192.0.0.0"
    }
  },
  {
    "traceId": "1e223ff1f80f1c69",
    "parentId": "74280ae0c10d8062",
    "id": "43210ae0c10d1234",
    "kind": "SERVER",
    "name": "post",
    "timestamp": 1470150004008761,
    "duration": 93577,
    "localEndpoint": {
      "serviceName": "serviceb",
      "ipv4": "192.0.0.0"
    }
  },
  {
    "traceId": "1e223ff1f80f1c69",
    "id": "bf396325699c84bf",
    "kind": "SERVER",
    "name": "get",
    "timestamp": 1470150004071068,
    "duration": 99411,
    "localEndpoint": {
      "serviceName": "servicea",
      "ipv4": "127.0.0.0"
    },
    "shared": true
  },
  {
    "traceId": "1e223ff1f80f1c69",
    "parentId": "bf396325699c84bf",
    "id": "74280ae0c10d8062",
    "kind": "CLIENT",
    "name": "post",
    "timestamp": 1470150004074202,
    "duration": 94539,
    "localEndpoint": {
      "serviceName": "servicea",
      "ipv4": "127.0.0.0"
    }
  }
]

@codefromthecrypt codefromthecrypt merged commit 27f0c82 into master Nov 9, 2018
@codefromthecrypt codefromthecrypt deleted the skew-oneway branch November 9, 2018 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant