EXPAND ALL
  • Home

container_name_to_container_id

Gets the kubernetes ID for the container from its name.

Returns: STRING

The k8s container ID for the container name passed in.

Arguments

VariableTypeDescription
container_nameSTRINGThe name of the container to get the ID for.

Examples:

df.container_id = px.container_name_to_container_id(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.