elasticsearch/qa/logging-config
Martijn Laarman c412aaedee
Adds minimal traceparent header support to Elasticsearch (#74210)
This adds just enough support for the traceparent header to be useful in es8.
Since Elasticsearch already logs in ECS format extending it with support for transaction.id and trace.id is a quick win.
This allows us to surface server/deprecation slow logs from an instrumented application using the Trace Logs feature.
Parsing `traceparent` in http layer and populating tasks with `trace_id` which is preserved in thread context.
2021-06-21 16:27:59 +02:00
..
src/test Adds minimal traceparent header support to Elasticsearch (#74210) 2021-06-21 16:27:59 +02:00
build.gradle Remove internal build logic from public build tool plugins (#72470) 2021-05-06 14:02:35 +02:00
custom-log4j2.properties Implement deprecation logging using log4j (#61474) 2020-08-25 09:49:33 +01:00