Integrating with OpenTelemetry

Larger applications may find themselves integrating components using multiple diagnostic frameworks, like log or tracing. In these cases, you can use the OpenTelemetry SDK as your central pipeline, with others integrating with it instead of eachother.

You can configure emit to send its diagnostics to the OpenTelemetry SDK using emit_opentelemetry. See the crate docs for more details.