-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Overnight we've suddently started to see Malformed _X_AMZN_TRACE_ID
errors.
As an example the value we're seeing is: Root=1-46105bdf-04c13a9504458ebc539f5fba;Parent=240a548a42a88af4;Sampled=0;Lineage=12326a9d:0
Looks like lineage is valid (https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader) however this library is throwing an error when it splits the traceId by ;
. See here:
datadog-lambda-java/src/main/java/com/datadoghq/datadog_lambda_java/Tracing.java
Line 397 in 7f1c919
if(traceParts.length != 3){ |
Not sure I can prevent the lineage property appearing in traceIds but should this library handle this case?
DReigada and dataGeeek
Metadata
Metadata
Assignees
Labels
No labels