apm-agent-dotnet
apm-agent-dotnet copied to clipboard
Elastic APM .NET Agent
Bumps [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.0.0-rc9.14 to 1.8.1. Release notes Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases. core-1.8.1 OpenTelemetry Fixed an issue in Logging where unwanted objects (processors, exporters, etc.) could be created inside delegates...
Bumps the github-actions group in /.github/workflows/test with 1 update: [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting). Updates `phoenix-actions/test-reporting` from 13 to 15 Release notes Sourced from phoenix-actions/test-reporting's releases. v15 Updated packages Refactored after package updates Updated...
Fixes #2383 Update Linux builds of the Rust profiler to use zigbuild so that we can pin to an older version of GLIBC to avoid crashing on older distributions. This...
When building a container image containing the profiler agent for auto-instrumentation of ASP.NET Core applications, the agent is no longer working. No logs appear from the profiler, suggesting that this...
When self-handling traceparent, the use case we came across is the need to compare the transaction settings in `Agent.Tracer.CurrentTransaction` with the value of the `traceparent` HTTP header. The `traceparent` can...
See test case `FillApmServerInfo_warns_on_missing_server_version()`. The following warning consistently reports that version could not be detected. It seems the functionality has never been implemented in Elastic APM server. Suggestion is to...
Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.1.0 to 6.2.0 Release notes Sourced from docker/build-push-action's releases. v6.2.0 Use default retention days for build export artifact by...
See e.g: https://github.com/elastic/apm-agent-dotnet/actions/runs/9074899164/job/24934471062?pr=2350
This ensures we can specify file logging globally and uniformly. Greatly simplifying the debug-ability of the agent. The preferred way is to set any or all of the following: *...