-
Notifications
You must be signed in to change notification settings - Fork 10
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
升级到 egg v4 的 esm 模式后,qps 数据丢失 #10
Closed
Labels
bug
Something isn't working
Comments
https://github.com/X-Profiler/xprofiler/blob/master/patch/http.js#L79 |
fengmk2
added a commit
to X-Profiler/xprofiler
that referenced
this issue
Mar 9, 2025
Usage: ```js XPROFILER_PATCH_HTTP_WITH_DIAGNOSTICS_CHANNEL=YES npm start ``` closes X-Profiler/egg-xtransit#10
egg 需要在 config 中提供一个属性告诉插件目前 app 是 esm 模式 |
fengmk2
pushed a commit
to X-Profiler/xprofiler
that referenced
this issue
Mar 10, 2025
[skip ci] ## [3.0.0](v2.6.1...v3.0.0) (2025-03-10) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support closes X-Profiler/egg-xtransit#10 ### Features * monitor http server request by diagnostics_channel ([#248](#248)) ([293abe8](293abe8))
fengmk2
added a commit
that referenced
this issue
Mar 10, 2025
BREAKING CHANGE: drop Node.js < 18.19.0 support closes #10
Merged
fengmk2
added a commit
that referenced
this issue
Mar 10, 2025
BREAKING CHANGE: drop Node.js < 18.19.0 support closes #10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: