EXPAND ALL
  • Home

service_id_to_service_name

Converts the Kubernetes service ID to the name of the service. If the ID is not found in our mapping, then returns an empty string.

Returns: STRING

The service name or an empty string if service_id not found.

Arguments

VariableTypeDescription
service_idSTRINGThe service ID to get the service name for.

Examples:

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