Closed
Description
Add a capability of managing multiple request contexts per-thread. The capability should capture relevant information as com.google.cloud.logging.HttpRequest
instance or using a builder that populates the minimal set of fields including:
- URI (full URL including query parameters)
- Http method
- Referrer
- Sender IP
- Receiver IP
Parent: #687