Logging
gabrielnau opened this issue · 0 comments
gabrielnau commented
- https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/logback-1.0/library
- https://opentelemetry.io/docs/java/manual_instrumentation/#logging-and-error-handling
- https://lambdaisland.com/blog/2020-06-12-logging-in-clojure-making-sense-of-the-mess
- https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/logger-mdc-instrumentation.md
- it may be an argument to always manage correct Context/current since it could be used to correlate logs ?
- http://logback.qos.ch/manual/mdc.html
- https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/java/logs-in-context-log4j2
- https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/error-handling.md#java
- https://cloud-native.slack.com/archives/C0150QF88FL/p1635258042025900
- Documentation