Class LogRows

java.lang.Object
app.ductape.sdk.core.observability.LogRows

public final class LogRows extends Object
Normalizes SDK log rows for backend ingestion and workbench filters.
  • Method Details

    • normalizeStatus

      public static String normalizeStatus(String status)
    • normalizeType

      public static String normalizeType(String type)
    • stringifyData

      public static String stringifyData(Object data)
    • applyTiming

      public static void applyTiming(Map<String,Object> row, Long startMs, Long endMs)
    • applyClientContext

      public static void applyClientContext(Map<String,Object> row, RequestContext auth)
      language identifies which SDK emitted the row; defaults to "java" since the server can't infer it.