Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Observe SDK support #47

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

mhmd-azeez
Copy link
Collaborator

Fixes #21

extism.go Show resolved Hide resolved
extism.go Show resolved Hide resolved
extism.go Show resolved Hide resolved
extism.go Show resolved Hide resolved
extism.go Outdated Show resolved Hide resolved
@mhmd-azeez
Copy link
Collaborator Author

@nilslice @bhelx While the Go SDK supports instrument_enter, instrument_exit, and instrument_memory_grow, it doesn't seem to support span_enter and its friends. Should I implement them here, or should I open a PR in the observe-sdk repo?

@nilslice
Copy link
Member

@nilslice @bhelx While the Go SDK supports instrument_enter, instrument_exit, and instrument_memory_grow, it doesn't seem to support span_enter and its friends. Should I implement them here, or should I open a PR in the observe-sdk repo?

Oh yea that's right. That would be a great PR on the observe-sdk repo!

@bhelx
Copy link
Contributor

bhelx commented Dec 11, 2023

I can add those onto the Go SDK today. I think I already have a branch for it.

@bhelx
Copy link
Contributor

bhelx commented Feb 19, 2024

What should we do with this PR? been on my review list for a long time

@nilslice
Copy link
Member

In our meeting last week we decided to let it sit until things progress with migration to wasi-observe. But if we can use it in the meantime, I'd be all for updating to the latest API and merging with some experimental note.

The biggest change in-flux that would possibly impact this is the addition of a Context parameter to the instrumentation functions.

cc/ @chrisdickinson

@bhelx bhelx removed their request for review March 25, 2024 14:12
@zshipko zshipko removed their request for review June 25, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Observe SDK support
3 participants