Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbotX produces huge amount of warnings on Linux #30

Open
Sojaner opened this issue Nov 22, 2022 · 1 comment
Open

AbotX produces huge amount of warnings on Linux #30

Sojaner opened this issue Nov 22, 2022 · 1 comment

Comments

@Sojaner
Copy link

Sojaner commented Nov 22, 2022

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
Copy link
Author

Sojaner commented Dec 11, 2022

Any reflection on this @sjdirect?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant