Interface Tracing


public interface Tracing
The tracing API gives access to creating spans within Java Actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a [[com.mendix.tracing.SpanBuilder]] object, which can be used to configure a new span.
  • Method Details

    • createSpan

      SpanBuilder createSpan(String name)
      Returns a [[com.mendix.tracing.SpanBuilder]] object, which can be used to configure a new span.
      Parameters:
      name - The name of the span
      Returns:
      The span builder object