diff options
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index da9adff29b40..d27db4bb0011 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -1659,6 +1659,9 @@ message LmkKillOccurred { // SWAP optional int64 swap_in_bytes = 8; + + // The elapsed real time of start of the process. + optional int64 process_start_time_nanos = 9; } /* |