Skip to content

Commit

Permalink
AlwaysOn Profiler - CPU and memory (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Jan 18, 2024
1 parent d5172f0 commit e1f7c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This release is built on top of [OpenTelemetry .NET Auto Instrumentation v1.3.0]

### Added

Added support for AlwaysOn Profiling for CPU and memory allocation.

### Changed

- Updated [OpenTelemetry .NET Auto Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public ContinuousProfilerTests(ITestOutputHelper output)
{
}

[Fact(Skip = "It will always failed in CI. OTel .NET AutoInstrumentation update and release is required.")]
[Fact]
public async void SubmitAllocationSamples()
{
SetEnvironmentVariable("CORECLR_ENABLE_PROFILING", "1");
Expand Down Expand Up @@ -81,7 +81,7 @@ public async void SubmitAllocationSamples()
}
}

[Fact(Skip = "It will always failed in CI. OTel .NET AutoInstrumentation update and release is required.")]
[Fact]
public async void SubmitThreadSamples()
{
SetEnvironmentVariable("CORECLR_ENABLE_PROFILING", "1");
Expand Down

0 comments on commit e1f7c7f

Please sign in to comment.