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