You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: