People from Grafana have launched https://grafana.com/oss/phlare/ at the ObservabilityCON 2022. How about enabling pprof on Dapr using annotations in the same way we do for metrics? https://docs.dapr.io/operations/monitoring/metrics/metrics-overview/#configuring-metrics-in-kubernetes
The following annotations can be added:
dapr.io/enable-pprof: "true"
dapr.io/pprof-port: "9090"
Then, we can use the native Go package for profiling: https://pkg.go.dev/net/http/pprof,
Is that useful for someone?