-
Notifications
You must be signed in to change notification settings - Fork 378
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
Is it possible to use in Bun/Deno/other runtime? #570
Comments
I dunno. We use a bunch of node specific APIs, but mostly in the default metrics. I guess you could omit them? I've never used either Deno or Bun, so you'd have to tell us and potentially send PRs for changes needed 🙂 |
Yes, node and v8 specific default metrics can be omitted |
Adds feature testing to more default metrics so that Bun (and possibly Deno) work. Ref #570
Adds feature testing to more default metrics so that Bun (and possibly Deno) work. Ref #570
Adds feature testing to more default metrics so that Bun (and possibly Deno) work. Ref #570
Adds feature testing to more default metrics so that Bun (and possibly Deno) work. Ref #570
@krutoo if you want to test my PR, that would be helpful: |
@zbjornson @SimenB i see that Bun now partially implements perf_hooks: But missing When i try to use
|
@krutoo How? Is it documented anywhere? I want to omit metric by metric |
@dawidsowardx I mean in my case I skip call |
Hi, currently i use prom-client in nodejs app and want to use it in other runtime such as Deno or Bun
Is it possible today?
The text was updated successfully, but these errors were encountered: