EXPAND ALL
  • Home

service_name_to_service_id

Converts the service name to the corresponding kubernetes service ID. If the name is not found in our mapping, the function returns an empty string.

Returns: STRING

The kubernetes service ID for the service passed in.

Arguments

VariableTypeDescription
service_nameSTRINGThe service to get the service ID.

Examples:

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