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.

貢獻者指南