Interface Span


public interface Span
This interface represent the Span model used along the tracing component. Each technology has to provide the implementation specific details.
  • Method Details

    • log

      void log(Map<String,String> fields)
    • setTag

      void setTag(String key, String value)
    • setComponent

      void setComponent(String component)
    • setError

      void setError(boolean isError)