Is your feature request related to a problem? Please describe.
The timestamp is exported in milliseconds precision by the OpenTelemetryAppender which lead to trouble to sort logs at a central level.
Describe the solution you'd like
Export timestamps in nanoseconds in the LoggingEventMapper using the Instant captured by Logback in the ILoggingEvent.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
The timestamp is exported in milliseconds precision by the
OpenTelemetryAppenderwhich lead to trouble to sort logs at a central level.Describe the solution you'd like
Export timestamps in nanoseconds in the
LoggingEventMapperusing theInstantcaptured by Logback in theILoggingEvent.Describe alternatives you've considered
No response
Additional context
No response