log101T
Log101T is a hypothetical open standard for structured log records intended for distributed systems and cloud telemetry. It defines a compact, extensible schema and a minimal emitting API to enable interoperability among services written in different languages. The "T" in log101T stands for Telemetry, highlighting the format’s emphasis on time-ordered, traceable event data.
Record format and fields: A log101T entry includes a timestamp (ISO 8601 or epoch milliseconds), a severity
Usage and tooling: Emitters and consumers implement a log101T interface in the host language; validators check
History and status: The concept originated from a collaborative community in the mid-2010s as an attempt to
See also: logfmt, JSON Lines, OpenTelemetry, structured logging.