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.