SAP / cf-java-logging-support

The Java Logging Support for Cloud Foundry supports the creation of structured log messages and the collection of request metrics
Apache License 2.0
76 stars 46 forks source link

Add support for W3C traceparent HTTP header #139

Closed KarstenSchnitter closed 2 years ago

KarstenSchnitter commented 2 years ago

The contents of the HTTP header "traceparent" is extracted and logged with every log event in field "w3c_traceparent". This is done for regular application log messages and request logs. The feature allows correlation of log messages with requests and possible traces.

Signed-off-by: Karsten Schnitter k.schnitter@sap.com