Stackdriver's LogEntry object has a property httpRequest which adds http related info to the Stackdriver logging GUI and is exposed to search queries.
It would be interesting to see if all of the properties in httpRequest can be mapped from ASP's logging or injected using a middleware component.
Stackdriver's LogEntry object has a property
httpRequestwhich adds http related info to the Stackdriver logging GUI and is exposed to search queries.It would be interesting to see if all of the properties in
httpRequestcan be mapped from ASP's logging or injected using a middleware component.