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
uint32_totel_process_ctx_version; // Always > 0, incremented when the data structure changes, currently v2
79
-
uint64_totel_process_ctx_published_at_ns; // Always > 0, timestamp from when the context was published in nanoseconds since epoch
80
79
uint32_totel_process_payload_size; // Always > 0, size of storage
80
+
uint64_totel_process_ctx_published_at_ns; // Always > 0, timestamp from when the context was published in nanoseconds since epoch
81
81
char*otel_process_payload; // Always non-null, points to the storage for the data; expected to be a protobuf map of string key/value pairs, null-terminated
0 commit comments