open-telemetry/opentelemetry-specification

`opentelemetry` SD-ID proposed in syslog format is not allowed by RFC 5424

开放

#1,757 创建于 2021年6月11日

 (4 条评论) (0 个反应) (0 位负责人)Makefile (987 个派生)auto 404
Stalehelp wantedspec:logs

仓库指标

星标
 (4,267 个星标)
PR 合并指标
 (平均合并 10天 15小时) (30 天内合并 43 个 PR)

描述

I am reviewing Logger specs as a preparation in implementing it in Erlang implementation and I have spotted that specs suggests using opentelemetry SD-ID when working with "legacy syslog" format.

Trace id, span id and traceflags SHOULD be recorded via SD-ID "opentelemetry".

This directly collides with the RFC 5424 Section 6.3.2. that states that all names not containing at sign (@) are reserved for IANA and should not be used unless registered. AFAIK we haven't registered such SD-ID in IANA yet.

贡献者指南