EXPAND ALL
  • Home

upid_to_replicaset_name

Gets the Kubernetes Replica Set Name for the process with the given Unique Process ID (UPID). If the given process doesn't have an associated Kubernetes Replica Set, this function returns an empty string

Returns: STRING

The Kubernetes Replica Set Name for the UPID passed in.

Arguments

VariableTypeDescription
upidUINT128The UPID of the process to get the service name for.

Examples:

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