hyperledger-labs / fabric-smart-client

The Fabric Smart Client is a new Fabric Client that lets you focus on the business processes and simplifies the development of Fabric-based distributed application.
Apache License 2.0
52 stars 52 forks source link

typos in opentelemetry configuration #643

Open arner opened 3 months ago

arner commented 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:

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.