Package ai.vectros.types
Interface LogEntry._FinalStage
- All Known Implementing Classes:
LogEntry.Builder
- Enclosing class:
LogEntry
public static interface LogEntry._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()The app context the request operated under — the context partition the credential carried.durationMs(Long durationMs) durationMs(Optional<Long> durationMs) Total request duration in milliseconds, from auth to response completion.ID of the API key or scoped token that issued the request.Full request path.
-
Method Details
-
build
LogEntry build() -
additionalProperty
-
additionalProperties
-
contextId
The app context the request operated under — the context partition the credential carried.
*for a root/cross-context caller. Null for older log lines or for entry points that are not context-scoped. -
contextId
-
contextId
-
keyId
ID of the API key or scoped token that issued the request. Null if the request was unauthenticated (extremely rare — most paths require auth before logging).
-
keyId
-
keyId
-
durationMs
Total request duration in milliseconds, from auth to response completion.
-
durationMs
-
path
Full request path.
-
path
-