Skip to content

Commit

Permalink
Merge pull request #143 from agents/lspangler-patch-1
Browse files Browse the repository at this point in the history
Update trace_context.json
  • Loading branch information
lspangler584 authored and GitHub Enterprise committed Apr 20, 2020
2 parents 5683222 + a2834a5 commit adaf77e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distributed_tracing/trace_context.json
Original file line number Diff line number Diff line change
Expand Up @@ -1751,8 +1751,8 @@
"test_name": "w3c_and_newrelic_headers_present_error_parsing_traceparent",
"comment": [
"If the traceparent header is present on an inbound request, conforming agents MUST",
"use this header to continue the trace. The newrelic header MUST be used _only_ when",
"traceparent is _missing_."
"ignore any newrelic header. If the traceparent header is invalid, a new trace MUST",
"be started. The newrelic header MUST be used _only_ when traceparent is _missing_."
],
"trusted_account_key": "33",
"account_id": "33",
Expand All @@ -1766,7 +1766,7 @@
{
"traceparent": "garbage",
"tracestate": "33@nr=0-0-33-2827902-7d3efb1b173fecfa-e8b91a159289ff74-1-1.23456-1518469636035",
"newrelic": "{\"v\":[0,1],\"d\":{\"ty\":\"Mobile\",\"ac\":\"123\",\"ap\":\"51424\",\"id\":\"5f474d64b9cc9b2a\",\"tr\":\"6e2fea0b173fdad0\",\"pr\":0.1234,\"sa\":true,\"ti\":1482959525577,\"tx\":\"27856f70d3d314b7\"}}"
"newrelic": "{\"v\":[0,1],\"d\":{\"ty\":\"Mobile\",\"ac\":\"33\",\"ap\":\"51424\",\"id\":\"5f474d64b9cc9b2a\",\"tr\":\"6e2fea0b173fdad0\",\"pr\":0.1234,\"sa\":true,\"ti\":1482959525577,\"tx\":\"27856f70d3d314b7\"}}"
}
],
"outbound_payloads": [
Expand Down

0 comments on commit adaf77e

Please sign in to comment.