generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
I am using this library in my Lambda to log custom metrics. When using it, I observe for the EMF log line it will add those Lambda autogenerated fields like @ingestionTime, @logstream, @message, @timestamp and etc but @requsetId is missing from it. Other normal log lines generated from code will always have @requestid.
The problem caused is when we use log Insight to search for all logs of a specific Lambda invocation by filter @requestId = "something", with @requestid missed on this line, it won't show up in search result.
See the picture for details.
@requestid is missed

when searching logs with @requestid, EMF log line is not included due to missing @requestid

Do we think this is something we can fix?
heartsword2017
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request