diff options
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 4e540b1c6fa9..b812c8001003 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -521,7 +521,7 @@ message ProcessMemoryStatReported { ADD_PSS_EXTERNAL_SLOW = 4; } optional Type type = 7; - optional int64 duration = 8; + optional int64 duration_millis = 8; } /** |