Description
We are using AbotX in an application running on a containerized Ubuntu.
Almost on every page crawl, a warning is logged which reads as Cpu sampling implementation is not supported on this platform. Current implementation uses PerformanceCounter which is only valid on Windows.
Since we are logging warning-level messages too, this is making our logs useless and it's causing problems for our logging server too.
I can see that System.Diagnostics.PreformanceCounter
is being referenced by AbotX and since the counter is a Windows-only API and considering the warnings, it gives me a feeling that something is not working as expected on Linux which might have other consequences, too?
Just to give you a feeling of what it currently looks like for us in the logs:
Please advise on what can be done about this.