Class DriverTracingContext

java.lang.Object
io.evitadb.driver.observability.trace.DriverTracingContext
All Implemented Interfaces:
ClientTracingContext

public class DriverTracingContext extends Object implements ClientTracingContext
Implementation of ClientTracingContext for the driver. It enables setting up the OpenTelemetry instance on which the tracing is based and individual spans exported.
Author:
Tomáš Pozler, FG Forrest a.s. (c) 2024
  • Constructor Details

    • DriverTracingContext

      public DriverTracingContext()
  • Method Details