fabric-smart-client icon indicating copy to clipboard operation
fabric-smart-client copied to clipboard

typos in opentelemetry configuration

Open arner opened this issue 6 months ago • 0 comments

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:

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.

arner avatar Aug 06 '24 09:08 arner