Skip to main content

Module names

Module names 

Source
Expand description

Standard field names for the unified log schema.

Constants§

COMPONENT
Logical component within the service (e.g. “auth”, “cache”).
CORRELATION_ID
Correlation identifier for cross-service request tracking.
DURATION_MS
Duration of an operation in milliseconds.
ENVIRONMENT
Deployment environment (development, staging, production).
REQUEST_ID
HTTP request identifier.
SERVICE
The service name emitting the log entry.
SPAN_ID
Span identifier within a trace.
TRACE_ID
Distributed trace identifier.
USER_ID
User identifier.
VERSION
Service version string.