EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the stop time (in nanosecond unix time format) of a pod from its name.
The stop time (as an integer) for the Pod name passed in.
Variable | Type | Description |
---|---|---|
pod_name | STRING | The name of the Pod to get the stop time for. |
df.pod_stop_time = px.pod_name_to_stop_time(df.pod_name)