EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Checks to see if a given service is present. Can include matching an individual service, or checking against a list of services.
True if value is present in service, otherwise false
Variable | Type | Description |
---|---|---|
service | STRING | The service to check |
value | STRING | The value to check for in service |
df = df[px.has_service_name(df.ctx["service"], "kube-system/kube-dns")]