Steve Manuel

Results 49 issues of Steve Manuel

Related to https://github.com/dylibso/observe-sdk/pull/48, when we encounter situations that don't really make sense we should have a pattern in place to log some information and if in some operational mode for...

`wasmtime`, `serde`, etc could all probably use less strict versions to increase compatibility across variety of end-user codebases. We should look at the "oldest" versions of these that support our...

See: https://github.com/dylibso/observe-sdk/blob/main/rust/src/adapter/otel_formatter/mod.rs#L33C1-L38 If it makes sense to go more generic than `serde_json` then let's do it, but for this adapter we at least need to support json, so the `serde_json`...

Now that the SDK is not tied to the Rust OTel tracers, we should be able to convert the SDK to use `std::time::Instant` without issue.

enhancement

Just as we have a re-usable OTel JSON formatter in Rust, we should support it in Go. This will act as the basis for other adapters to wrap the formatter.

e.g. https://github.com/rigetti/quil-rust/blob/e52bea9be80ebd5b1f907a74087c92f32b64e3f3/src/instruction.rs#L551-L806

Howdy! I know its been mentioned in passing, but I figure an issue to track would be worth creating. I am curious if we could bridge language support here with...

wasi