Java Flight Recorder (JFR) coupled with JDK Mission Control provides an excellent platform for continuous/always-on profiling in production.
Is there an analogous offering for C#/.NET (Core)? I read about EventCounters but those only seem to be a subset, and don't provide a live stack trace hotspot view.