apm-agent-dotnet
apm-agent-dotnet copied to clipboard
Elastic APM .NET Agent
- update build command - uninstall dotnet-format - fix command args - --exclude-diagnostics xUnit1028 - update formatting to latest
The build currently relies on an outdated dotnet-format tool. We should prefer the built in SDK tooling.
Followup after #2103
### APM Agent version The version of the `Elastic.Apm` nuget package used is **1.26** ### Environment **Operating system and version:** Azure Functions **.NET Framework/Core name and version** (e.g. .NET 4.6.2,...
### APM Agent version 1.26.0 ### Environment **Operating system and version:** N/A **.NET Framework/Core name and version** .NET 8.0.2 **Application Target Framework(s)** (e.g. net462, netcoreapp3.1): net80 ### Describe the bug...
### APM Agent version 1.26.0 and earlier versions. ### Environment **Operating system and version:** Windows 11 and Linux **.NET Framework/Core name and version** (e.g. .NET 4.6.2, NET Core 3.1.100) :...
**Is your feature request related to a problem? Please describe.** Users are not aware that package is depreciated see #2284 **Describe the solution you'd like** I want https://www.nuget.org/packages/Elastic.Apm.SqlClient to show...
### APM Agent version The version of the `Elastic.Apm` nuget package used 1.26.0 ### Environment **Operating system and version:** Windows & Linux **.NET Framework/Core name and version** (e.g. .NET 4.6.2,...
Fixes ``` ✓ Succeeded to load configuration Failed to find `component` metadata ``` I tested it locally: ``` ⇒ Loading configuration... {'path': './build/output', 'files_pattern': 'elastic_apm_profiler_(?P\\d+\\.\\d+\\.\\d+)-(?P[\\w\\.]+)-(?P\\w+)-(?P\\w+)\\.zip', 'output_pattern': '{project}/foo/elastic-apm-dotnet-profiler-{app_version}-{app_version}-{os}-{arch}-foo.jar', 'metadata': [{'name': 'custom',...
**Is your feature request related to a problem? Please describe.** When using the EF Core diagnostic subscriber implementation with Pomelo (might also apply to SQL Server, I haven't checked), the...