open-telemetry/opentelemetry-specification

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

Aberta

#1.757 aberto em 11 de jun. de 2021

 (4 comentários) (0 reação) (0 responsável)Makefile (987 forks)auto 404
Stalehelp wantedspec:logs

Métricas do repositório

Stars
 (4.267 estrelas)
Métricas de merge de PR
 (Mesclagem média 10d 15h) (43 fundiu PRs em 30d)

Description

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.

Guia do colaborador