This issue is similar to https://github.com/line/armeria/issues/5736, but focuses on tracing instead of migrating metrics. Since OTLP seems to be gaining popularity, it may be worth checking and documenting the current state. We may want to: - Check a basic user journey using `Observation[Client|Service]` with otel bridges - Add documentation to our website. This can also result in more exposure. - Add utilities to make the developer experience smooth (e.g. check how other projects like Spring Actuator are doing this) - Check if all of the functionality of `Brave[Client|Service]` can be supported using `Observation[Client|Service]`. - Or at least list the differences between the two - Add an example so that we can easily guide users