GO-2026-5373: Radius Controller May Delete a Container Resource via an Injected Deployment Annotation (Multi-Tenant Installs) in github.com/radius-project/radius
type Options struct {
// Enabled is a flag to enable the profiler. Enabled bool `yaml:"enabled,omitempty"`
// Port is the port on which the profiler server listens. Port int `yaml:"port,omitempty"`
}
Options represents the options for enabling pprof profiler.
Run starts the profiler server that exposes an endpoint to collect profiler from. It
handles shutdown based on the context, and returns an error if the server fails to start.