EXPAND ALL
  • Home

container_id_to_start_time

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

Returns: TIME64NS

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

Arguments

VariableTypeDescription
container_idSTRINGThe Container ID of the Container to get the start time for.

Examples:

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