docs(otel): document OTLP serialization performance characteristics#101
docs(otel): document OTLP serialization performance characteristics#101
Conversation
…ristics Adds a Performance Characteristics section to packages/otel/README.md explaining the current state of OTLP protobuf serialization (hand-rolled for logs via #6390, protobufjs for traces/metrics post-#6225 revert), rationale for the otlp-transformer version pin, and guidance for high-volume span workloads. Refs: open-telemetry/opentelemetry-js#6221, #6225, #6390, #6570
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 17 minutes and 18 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@connectum/auth
@connectum/cli
@connectum/core
@connectum/events
@connectum/events-amqp
@connectum/events-kafka
@connectum/events-nats
@connectum/events-redis
@connectum/healthcheck
@connectum/interceptors
@connectum/otel
@connectum/reflection
@connectum/testing
commit: |
Summary
Context
OTel JS attempted to migrate otlp-transformer to @bufbuild/protobuf in PR #6179 but reverted in PR #6225 due to ~13x serialization slowdown (see issue #6221). Hand-rolled ProtobufLogsSerializer landed in v0.215.0 via PR #6390; traces and metrics migrations are still pending (see #6570).
This doc makes the current state explicit for @connectum/otel consumers.
Test plan
🤖 Generated with Claude Code