You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this is only emitted if the V8 flag --minor-mc is set, which is pretty far from finished. But would probably be good to get ahead of this in case V8 enables it.
Version
18
Platform
No response
Subsystem
pref_hooks
What steps will reproduce the bug?
Looks like GC operation with type "kGCTypeMinorMarkCompact" will never be observed
according to the v8 docs
https://v8docs.nodesource.com/node-18.2/d2/dc3/namespacev8.html#a83be2143eef5fa2b17127fd69686496b
there are 5 GCTypes
But pref hooks is mapping only 4 of them
node/src/node_perf.h
Lines 63 to 68 in 191dce8
same here
node/src/node_v8.cc
Lines 241 to 252 in 191dce8
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
I would expect this type to be reported also
same as other third-party monitoring tools have
https://github.com/DataDog/dd-native-metrics-js/blob/main/src/metrics/GarbageCollection.hpp#L37
Additional information
No response
The text was updated successfully, but these errors were encountered: