You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation of Otter there are 2 different package reporting telemetry information:
@o3r/telemetry: reporting information regarding the usage of CLIs, builders and schematics.
@o3r/logging: reporting application runtime information during the application life
The format of these data are not standard, not aligned and defined in each packages.
Proposal
Align and standalize the telemetry reported information to the Open Telemetry standard.
To do so, OpenTelemetry provides SDKs that can be used to simplified the formatting of the message and the collect of information.
The principal criteria:
Migrate @o3r/telemetry to OpenTelemetry standard
Implement Kibana boards for new format
Secondary criteria:
Implement (runtime) logger based on OpenTelemetry standard
The text was updated successfully, but these errors were encountered:
Context
In the current implementation of Otter there are 2 different package reporting telemetry information:
@o3r/telemetry
: reporting information regarding the usage of CLIs, builders and schematics.@o3r/logging
: reporting application runtime information during the application lifeThe format of these data are not standard, not aligned and defined in each packages.
Proposal
Align and standalize the telemetry reported information to the Open Telemetry standard.
To do so, OpenTelemetry provides SDKs that can be used to simplified the formatting of the message and the collect of information.
The principal criteria:
@o3r/telemetry
to OpenTelemetry standardSecondary criteria:
The text was updated successfully, but these errors were encountered: