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
There is nothing weird in the NewRelic profiler 8.32 such as unsatisifed shared lib dependencies, as you can see for yourself with the ldd command.
Now let's find the NewRelic profiler
$ cat /proc/6754/smaps | grep -i relic
Not there, never got loaded.
No errors about it if I set LogLevel to Errors.
Seems like on linux the raw profiler hook is not supported?
I hope the explanation is a user error. Is this a known issue?
The text was updated successfully, but these errors were encountered:
@sanikolov, Do you require Linux support? We can help prioritize work around this. What flavors of Linux are you looking to target? What sort of platforms do you want CLRIE to run on?
I don't require Linux support.
I was merely testing compatibility with 3rd party APM.
For now "not supported" will be added to release notes.
As for linux platforms, when you get around to it try an older Debian distro, like 16.04. If you support that your code should work equally well for newer Debian/Ubuntu and even Fedora.
Consider this aspnet website
Now let's look at env variables
The MainProfiler loads fine and does its job as expected, no issues there.
Does the New Relic Profiler exist? Sure it does
There is nothing weird in the NewRelic profiler 8.32 such as unsatisifed shared lib dependencies, as you can see for yourself with the
ldd
command.Now let's find the NewRelic profiler
Not there, never got loaded.
No errors about it if I set LogLevel to Errors.
Seems like on linux the raw profiler hook is not supported?
I hope the explanation is a user error. Is this a known issue?
The text was updated successfully, but these errors were encountered: