Open arner opened 3 months ago
The protocol for opentelemetry is called OTLP.
In core.yaml and the FSC codebase, it's called both optl and otpl. To the point where you have to:
optl
otpl
tracing: provider: otpl optl: ...
This is quite confusing 😅.
Propose to change them to opentelemetry in core.yaml, and otlp where we want a shorthand in the code.
opentelemetry
The protocol for opentelemetry is called OTLP.
In core.yaml and the FSC codebase, it's called both
optl
andotpl
. To the point where you have to:This is quite confusing 😅.
Propose to change them to
opentelemetry
in core.yaml, and otlp where we want a shorthand in the code.