EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the stop time (in nanosecond unix time format) of a container from its container ID.
The stop time (as an integer) for the Container ID passed in.
Variable | Type | Description |
---|---|---|
container_id | STRING | The Container ID of the Container to get the stop time for. |
df.container_stop_time = px.container_id_to_stop_time(df.container_id)