observe-sdk icon indicating copy to clipboard operation
observe-sdk copied to clipboard

Continuous runtime observablity SDKs to monitor WebAssembly code.

Results 42 observe-sdk issues
Sort by recently updated
recently updated
newest added

As an Iota user, I would like to be able to dynamically swap the adapter used by Iota at request time, so that I have more flexibility when testing and...

- [ ] Go SDK - [ ] Rust SDK - [ ] JS SDK The default should be applied similarly to each SDK, but have a method for configuring...

- [x] JS - [x] Go - [ ] Rust

We need repeatable benchmarks around the latency this introduces into executing the module. The benchmarks should focus on initially on anything that's run in line with the module as that's...

We should add errors on a span as a concept to the core Event data-structure. It should be mapped to sink equivalent concepts in the adapters.

We need to add an eventbucket for trace events in the rust sdk. Similar to how we do this in the Go SDK: https://github.com/dylibso/observe-sdk/blob/main/go/bucket.go we should use this in datadog...