Class LogRows
java.lang.Object
app.ductape.sdk.core.observability.LogRows
Normalizes SDK log rows for backend ingestion and workbench filters.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyClientContext(Map<String, Object> row, RequestContext auth) language identifies which SDK emitted the row; defaults to "java" since the server can't infer it.static voidstatic StringnormalizeStatus(String status) static StringnormalizeType(String type) static StringstringifyData(Object data)
-
Method Details
-
normalizeStatus
-
normalizeType
-
stringifyData
-
applyTiming
-
applyClientContext
language identifies which SDK emitted the row; defaults to "java" since the server can't infer it.
-