Live data from Hacker News

Observability in WebAssembly

dev.dylibso.com

21–30 of 33 posts

Re: Observability in WebAssembly

#21
post #20

Great to see more focus on observability for Wasm now. This was a major impetus and still a major goal of the Wizard Research Engine, which has engine-level hooks that allow programmable instrumentation.

Thanks Ben! Really looking forward to your WasmCon talk.

Re: Observability in WebAssembly

#22
post #20

Great to see more focus on observability for Wasm now. This was a major impetus and still a major goal of the Wizard Research Engine, which has engine-level hooks that allow programmable instrumentation.

huge fan of what you’re doing with Wizard & Virgil. and thanks for all you’ve done for wasm!

Re: Observability in WebAssembly

#23
post #20

Great to see more focus on observability for Wasm now. This was a major impetus and still a major goal of the Wizard Research Engine, which has engine-level hooks that allow programmable instrumentation.

We're inspired by this project, linking for posterity: https://github.com/titzer/wizard-engine

Re: Observability in WebAssembly

#26
post #24

I love this. I wish it supported something self-hosted like Jaeger though.

Thanks for the feedback, we've done some internal work to verify open source, self hosted platforms like Jaeger, Zipkin, and OpenObserve. Official support is coming soon!

Re: Observability in WebAssembly

#28
Not sure if OP is from Dylibso, but would love to see telemetry data emitted in OpenTelemetry format as well so different tools (including open source ones) which support Otel format can also consume this data.

I am one of the maintainers at SigNoz [1], an otel native open source observability platform and would love to enable our users to see telemetry data from WASM

[1] https://github.com/SigNoz/signoz

Re: Observability in WebAssembly

#29

Not sure if OP is from Dylibso, but would love to see telemetry data emitted in OpenTelemetry format as well so different tools (including open source ones) which support Otel format can also consume this data. I am one of the maintainers at SigNoz [1], an otel native open source observability platform and would love to enable our users to see telemetry data from WASM [1] https://github.com/SigNoz/signoz

It shall be done! we already have the OTel formatting ready to go, but focused on these platform specific adapters for launch. In fact, Lightstep and Honeycomb adapters are fairly thin wrappers around the OTel formatting we do out of our instrumentation layer.

We’ve got a ticket open on the GitHub repo to track in case you’d like to follow along. Happy to get your users supported!

Re: Observability in WebAssembly

#30

Not sure if OP is from Dylibso, but would love to see telemetry data emitted in OpenTelemetry format as well so different tools (including open source ones) which support Otel format can also consume this data. I am one of the maintainers at SigNoz [1], an otel native open source observability platform and would love to enable our users to see telemetry data from WASM [1] https://github.com/SigNoz/signoz

It shall be done! we already have the OTel formatting ready to go, but focused on these platform specific adapters for launch. In fact, Lightstep and Honeycomb adapters are fairly thin wrappers around the OTel formatting we do out of our instrumentation layer. We’ve got a ticket open on the GitHub repo to track in case you’d like to follow along. Happy to get your users supported!

Oh neat! (I was here to ask the same question as above) would love to share the project when OTel support is released!
Post reply on HN