You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Increase length of parent-id component of the W3C traceparent header to 16 characters, to comply with the [W3C standard](https://www.w3.org/TR/trace-context/#parent-id) for version 00.
20
+
21
+
Comment out reference to pub/sub message policy that is no longer present in the repo. This allows the sample code to work with minimal configuration.
Copy file name to clipboardExpand all lines: src/main/apigee/apiproxies/W3C-Trace-Context/apiproxy/resources/jsc/Trace-Context-Request.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ else {
155
155
// Update parent-id: The value of property parent-id MUST be set to a value representing the ID of the current operation.
156
156
// Update sampled: The value of sampled reflects the caller's recording behavior. The value of the sampled flag of trace-flags MAY be set to 1 if the trace data is likely to be recorded or to 0 otherwise. Setting the flag is no guarantee that the trace will be recorded but increases the likeliness of end-to-end recorded traces.
0 commit comments