We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e4def commit 47b1706Copy full SHA for 47b1706
ext/datadog_profiling_native_extension/collectors_thread_context.c
@@ -1968,7 +1968,8 @@ static uint64_t otel_span_id_to_uint(VALUE otel_span_id) {
1968
gvl_waiting_started_wall_time_ns,
1969
NULL,
1970
1971
- false // This is the extra sample before the wait begun; only the next sample will be in the gvl waiting state
+ /* is_gvl_waiting_state: */ false, // This is the extra sample before the wait begun; only the next sample will be in the gvl waiting state
1972
+ /* is_safe_to_allocate_objects: */ true // This is similar to a regular cpu/wall sample, so it's also safe
1973
);
1974
}
1975
0 commit comments