abotx icon indicating copy to clipboard operation
abotx copied to clipboard

AbotX produces huge amount of warnings on Linux

Open Sojaner opened this issue 3 years ago • 1 comments

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: image

Please advise on what can be done about this.

Sojaner avatar Nov 22 '22 14:11 Sojaner

Any reflection on this @sjdirect?

Sojaner avatar Dec 11 '22 20:12 Sojaner