-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
agent-nodejsMake available for APM Agents project planning.Make available for APM Agents project planning.community
Description
ecs.url.full = (socket && socket.encrypted ? 'https://' : 'http://') + headers.host + url |
It looks like url
attribute is being set with information from req
instead of ecs
like the rest of the attributes. This is causing full
to reflect a different address than domain
in our environment. Would this be more appropriate?
ecs.url.full = (socket && socket.encrypted ? 'https://' : 'http://') + ecs.headers.host + ecs.url.path
Metadata
Metadata
Assignees
Labels
agent-nodejsMake available for APM Agents project planning.Make available for APM Agents project planning.community