We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The version of the Elastic.Apm nuget package used 1.23.0
Elastic.Apm
Operating system and version: Linux
.NET Framework/Core name and version (e.g. .NET 4.6.2, NET Core 3.1.100) :
Application Target Framework(s) (e.g. net462, netcoreapp3.1):
A clear and concise description of what the bug is.
It appears the work done here: cb2cf0d#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34 has resulted in the build artifact https://github.com/elastic/apm-agent-dotnet/releases/download/v1.23.0/elastic_apm_profiler_1.23.0-linux-x64.zip containing the windows agent and not the linux one; specifically, it has the elastic_apm_profiler.dll and not the libelastic_apm_profiler.so.
elastic_apm_profiler.dll
libelastic_apm_profiler.so
Steps to reproduce the behavior:
A clear and concise description of what you expected to happen. The linux profiler artifact aligns with the documentation here: https://www.elastic.co/guide/en/apm/agent/dotnet/1.x/setup-auto-instrumentation.html#_general_steps
The libelastic_apm_profiler.so is missing resulting in auto instrumentation failing.
The text was updated successfully, but these errors were encountered:
Embarrassed it took me this long to get to this (PTO), many apologies.
I've updated the v1.23.0 release with a proper linux distribution for the profiler.
v1.23.0
We didn't quite get the automation for attaching these right for the v1.24.0 release either but the linux profiler has also been attached there now.
v1.24.0
Many many thanks for highlighting this @jrlost !
Sorry, something went wrong.
No branches or pull requests
APM Agent version
The version of the
Elastic.Apm
nuget package used1.23.0
Environment
Operating system and version:
Linux
.NET Framework/Core name and version (e.g. .NET 4.6.2, NET Core 3.1.100) :
Application Target Framework(s) (e.g. net462, netcoreapp3.1):
Describe the bug
A clear and concise description of what the bug is.
It appears the work done here: cb2cf0d#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34
has resulted in the build artifact https://github.com/elastic/apm-agent-dotnet/releases/download/v1.23.0/elastic_apm_profiler_1.23.0-linux-x64.zip containing the windows agent and not the linux one; specifically, it has the
elastic_apm_profiler.dll
and not thelibelastic_apm_profiler.so
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The linux profiler artifact aligns with the documentation here: https://www.elastic.co/guide/en/apm/agent/dotnet/1.x/setup-auto-instrumentation.html#_general_steps
Actual behavior
The
libelastic_apm_profiler.so
is missing resulting in auto instrumentation failing.The text was updated successfully, but these errors were encountered: