EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
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.
The kubernetes service ID for the service passed in.
Variable | Type | Description |
---|---|---|
service_name | STRING | The service to get the service ID. |
df.service_id = px.service_name_to_service_id(df.service)