EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
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.
The service name or an empty string if service_id not found.
Variable | Type | Description |
---|---|---|
service_id | STRING | The service ID to get the service name for. |
df.service = px.service_id_to_service_name(df.service_id)