Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

2.7.3.P1 (Latest)

September 6, 2024

OpenTelemetry on Docker deployments

In this release, we added support for data collection through OpenTelemetry on Docker containers. For details, see https://kloudfuse.atlassian.net/wiki/x/u4CpOg.

Trace (APM)

Prettify JSON

In the Log details interface, we improved the display of the JSON format of the log line.
Select the Pretfify JSON option to see the more familiar and easy to read rendering of the log line.

...

Trace Latency Breakdown Log Filters

When examining Trace Latency Breakdown detail, under the Logs option, we added a new filter option. Depending on the nature of your technical stack, you can now select to filter on:

  • Kubernetes: pod_name

  • Docker: container_id

  • Host: hostname

To select the relevant filter:

  1. On the top navigation bar, select APM > Traces.

  2. {Optional}
    Use Search to find the relevant service.

  3. In the list of services, click the relevant Trace Latency Breakdown diagram.

  4. In the detail, under the Flame Chart, select the Logs tab.

  5. The header of the list starts with the Filter, set to traceId by default. Click, and select the relevant filter from the dropdown.

2.7.3

August 28, 2024

Logs

We made significant improvements to the performance of log search with efficient indexes; comparable searches are now an order of magnitude faster.

...