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
I noticed a small but important typo in the 4.0.0-M2 Release Notes (Wiki).
Current text:
A new starter, spring-boot-starter-opentelemetry has been added. This starter brings in all necessary dependencies to export metrics and traces over OLTP. It will also auto-configure the OpenTelemetry SDK.
Issue:
"OLTP" stands for Online Transaction Processing, which is unrelated to OpenTelemetry.
The correct term should be OTLP (OpenTelemetry Protocol).
Suggested correction:
... to export metrics and traces over OTLP. ...
Why it matters:
This typo could confuse readers, especially those new to OpenTelemetry, as OLTP and OTLP are completely different concepts.