Table of Contents | ||||
---|---|---|---|---|
|
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:
On the top navigation bar, select APM > Traces.
{Optional}
Use Search to find the relevant service.In the list of services, click the relevant Trace Latency Breakdown diagram.
In the detail, under the Flame Chart, select the Logs tab.
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.
...