Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions _observing-your-data/trace/ta-dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,23 @@ Trace Analytics in OpenSearch 3.1 includes expanded support for custom index nam
- The service view table now includes more quick-select icons, allowing you to view correlated traces and logs in their corresponding views with the correct context passed and to view service details in context without leaving the page, as shown in the following image.

![Service table quick select icons]({{site.url}}{{site.baseurl}}/images/ta-service-table-icons.png)

## Configurable service map limits
Introduced 3.2
{: .label .label-purple }

OpenSearch provides default limits for service map rendering. You can increase these limits to render large topologies more completely or lower them to improve client-side performance when focusing on smaller views. This is especially important in environments with many services or dense interconnections, for which the default limits may result in incomplete maps.


### Service map configuration settings

Two **Advanced Settings** control the size and complexity of service maps generated by service map queries:

- `observability:traceAnalyticsServiceMapMaxNodes`: The maximum number of service nodes displayed. Default is 500.
- `observability:traceAnalyticsServiceMapMaxEdges`: The maximum number of edges (service-to-service connections) displayed. Default is 1,000.

To configure these settings in OpenSearch Dashboards, follow these steps:
1. From the main menu, select **Management** > **Dashboard Management** > **Advanced Settings**.
1. In the search box, search for `Observability`. In the **Observability** section, locate the **Trace analytics service map maximum edges** and *Trace analytics service map maximum nodes** settings. Adjust the values according to your environment and performance requirements, then save your changes. Higher values can increase browser memory and CPU usage.


Binary file added images/ta-application-setting-services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading