Replies: 4 comments 11 replies
-
I don’t have experience with this topic yet, but I definitely want to support it. First, could you share what kind of metrics or things you'd like to track in oRPC - like interceptors, middleware workflows, etc.? Any real examples of how similar solutions (like oRPC) support OpenTelemetry would also be really helpful. |
Beta Was this translation helpful? Give feedback.
-
I'm working on this in next week, this is a big step to improve oRPC reliability. |
Beta Was this translation helpful? Give feedback.
-
99,9% otel integration, looking for code reviewers: #806 Easy play with it by: git clone https://github.com/unnoq/orpc.git
cd orpc
git fetch
git checkout feat/otel/integration
pnpm i
cd playgrounds/bun-websocket-otel
pnpm otel:run
pnpm dev
# visit http://localhost:3000 + play with it
# visit http://localhost:16686 for tracing |
Beta Was this translation helpful? Give feedback.
-
Now available in 1.8.0 - https://orpc.unnoq.com/docs/integrations/opentelemetry |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the awesome project.
Are there any plans regarding providing any logging solution or maybe OpenTelemetry support out of the box?
Relying on underlying server logging / OpenTelemetry isn't enough for observability, also for example raw-dogging with let's say
Bun.serve
doesn't actually have any logging by itself.This factor might be important when considering adopting orpc by larger companies.
Beta Was this translation helpful? Give feedback.
All reactions