ODP.NET Monitoring on Linux (PerformanceCounters)
Using Oracle.ManagedDataAccess.Core 3.21.1 to create .Net Core 5.0 and C#-based microservices running in Linux-based containers. I'd like to at least log perfomance counters for later analysis of performance. I know System.Diagnostics.PerfomanceCounters is only available on Windows (right?), is there any chance I can get those numbers when on Linux?