Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Frelease-notes%2Fcontinuous-profiling.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Frelease-notes%2Fcontinuous-profiling.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

# Continuous Profiling

Aug 4, 2026

Go memory profiling

New

[![Memory card](/docs/assets/images/memory-profiling-dropdown-2542afdf580b1b09ad163d5ab743eae0.webp)](https://coralogix.com/docs/assets/images/memory-profiling-dropdown-2542afdf580b1b09ad163d5ab743eae0.webp)

**Go memory profiling**: Profile heap and allocation memory in Go services. Expose the standard `net/http/pprof` endpoints and enable the collector's pprof-receiver pull preset to surface **Allocated bytes**, **Allocated objects**, **Heap bytes**, and **Heap objects** in the service drilldown and the Profiles catalog, alongside the existing support for Java and Node.js. No SDK or code changes are required beyond enabling the profiling endpoints. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-memory.md#set-up-memory-profiling-in-go-services)**

Jul 30, 2026

Node.js memory profiling, heap profiles, and wall-clock profiling

New

[![Memory card](/docs/assets/images/memory-profiling-dropdown-2542afdf580b1b09ad163d5ab743eae0.webp)](https://coralogix.com/docs/assets/images/memory-profiling-dropdown-2542afdf580b1b09ad163d5ab743eae0.webp)

**Node.js memory profiling**: Profile heap memory in Node.js services with the Coralogix OpenTelemetry profiling SDK. Add the `@coralogix/opentelemetry-profiling` package to your service to surface **Heap bytes** and **Heap objects** in the service drilldown and the Profiles catalog, alongside the existing support for Java. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-memory.md#set-up-memory-profiling-in-nodejs-services)**

**Heap memory profiles**: Investigate live retained memory in your Java services with the new **Heap bytes** and **Heap objects** profile types, available alongside **Allocated bytes** and **Allocated objects** in the service drilldown and the Profiles catalog. The Profiles catalog memory view also adds **Avg. heap bytes**, **Heap bytes**, and **Heap objects** columns. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-memory.md#memory-profile-types)**

**Wall-clock profiling**: Find latency that does not show up in CPU profiles. The **CPU** card on the service drilldown now offers a **Wall** variant alongside **mCore**, and the Profiles catalog CPU view exposes new **Avg. wall** and **Wall samples per second** columns. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-cpu.md#switch-between-mcore-and-wall)**

Jun 1, 2026

Right-click context menu on flame graph rectangles

Improved

[![Coralogix CP](/docs/assets/images/profiling-main-13927ca1451db83b12ae583d69b51837.webp)](https://coralogix.com/docs/assets/images/profiling-main-13927ca1451db83b12ae583d69b51837.webp)

Right-click any frame in the flame graph on the service-drilldown **Profiles** tab to open a context menu with four per-frame actions. The menu is available in both Explorer and Compare modes. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-cpu.md#right-click-actions-on-the-flame-graph)**

May 26, 2026

Show only user code toggle for flame graph and stack-trace table

Improved

[![Coralogix CP](/docs/assets/images/profiling-main-13927ca1451db83b12ae583d69b51837.webp)](https://coralogix.com/docs/assets/images/profiling-main-13927ca1451db83b12ae583d69b51837.webp)

Filter the flame graph and the stack-trace table on the service-drilldown **Profiles** tab to your own application code with the new **Show only user code** toggle, next to the **Color by** dropdown. The toggle is on by default, so library, runtime, native, and kernel frames are hidden from view, letting you focus on actionable code paths the moment you open a profile. The filter applies in Explorer and Compare modes, and to both CPU and memory profiles. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-cpu.md#show-only-user-code)**

May 5, 2026

Memory profiling for Java services

New

[![Memory card](/docs/assets/images/memory-profiling-dropdown-2542afdf580b1b09ad163d5ab743eae0.webp)](https://coralogix.com/docs/assets/images/memory-profiling-dropdown-2542afdf580b1b09ad163d5ab743eae0.webp)

Profile memory allocations in Java services using the Coralogix Continuous Profiler SDK and Async Profiler. The Profiles catalog and service drilldown now support a Memory profile type alongside CPU. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-memory.md)**

Apr 9, 2026

Continuous Profiling on AWS ECS-EC2

New

[![](/docs/assets/images/enable-profiling-ui-94d7c0f4bb6e6ecf874cabc75cadbd6c.webp)](https://coralogix.com/docs/assets/images/enable-profiling-ui-94d7c0f4bb6e6ecf874cabc75cadbd6c.webp)

Enable Continuous Profiling for workloads running on AWS ECS clusters backed by EC2 container instances directly from the AWS ECS-EC2 OpenTelemetry onboarding flow. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/setup.md#install-on-aws-ecs-ec2-with-cloudformation)**

Mar 24, 2026

Olly mini compare analysis and frame classification

New

[![](/docs/assets/images/compare-on-ed164d2a9523043c592ae416a83f3134.webp)](https://coralogix.com/docs/assets/images/compare-on-ed164d2a9523043c592ae416a83f3134.webp)

**Analyze compare flame graph with Olly mini**: Use AI-powered analysis in Compare mode to understand performance differences between two profiles without manually inspecting every function. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/compare-mode.md#analyze-compare-flame-graph-with-olly-mini)**

**Color by frame classification**: Color flame graph nodes by classification (User Code, Std Lib, External Lib, GC, Native, Kernel) to see at a glance where CPU time is spent across different code layers. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-cpu.md#color-by-frame-classification)**

**Guided onboarding tour**: A guided tour now introduces key profiling capabilities when you first visit the Profiles tab. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/profiles-catalog.md#guided-tour)**

January 2026

Explain Flame Graph

New

[![Coralogix CP](/docs/assets/images/profiling-main-13927ca1451db83b12ae583d69b51837.webp)](https://coralogix.com/docs/assets/images/profiling-main-13927ca1451db83b12ae583d69b51837.webp)

Explain Flame Graph for Continuous Profiling. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/monitoring-cpu.md)**

May 2025

Introducing Continuous Profiling

New

[![Coralogix CP](/docs/assets/images/profiling-main-13927ca1451db83b12ae583d69b51837.webp)](https://coralogix.com/docs/assets/images/profiling-main-13927ca1451db83b12ae583d69b51837.webp)

Introducing continuous profiling (Built on eBPF and powered by OpenTelemetry, Continuous Profiling captures high-frequency stack traces, CPU cycles, memory allocations, and more) without interfering with your application. **[Learn more](https://coralogix.com/docs/user-guides/continuous-profiling/introduction.md)**
