EXPAND ALL
  • Home

container_name_to_start_time

Gets the start time (in nanosecond unix time format) of a container from its name.

Returns: TIME64NS

The start time (as an integer) for the Container name passed in.

Arguments

VariableTypeDescription
container_nameSTRINGThe name of the Container to get the start time for.

Examples:

df.container_start_time = px.container_name_to_start_time(df.container_name)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.