Replies: 2 comments 1 reply
-
Have you looked into https://baselime.io/? It's cloudflare's opentelemtry compatible observability platform. |
Beta Was this translation helpful? Give feedback.
1 reply
-
found an article about otel with hono in node.js: https://jeremymorrell.dev/blog/minimal-js-tracing/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi! i'm new to hono and i'm specifically interested in porting some of my python serverless functions (modal) to hono (cloudflare).
does anyone have any recommendations for observability tools for hono (that are compatible with CloudFlare Workers)?
i would ideally ike to use something that supports opentelemetry: https://www.npmjs.com/package/@opentelemetry/api & https://www.npmjs.com/package/@opentelemetry/sdk-trace-base
it would be really cool if there were automated opentelemetry tracing for hono, for example this is what was built for node: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node
this looks like a nice work-in-progress for bringing opentelemetry to CF workers: https://github.com/evanderkoogh/otel-cf-workers
Beta Was this translation helpful? Give feedback.
All reactions