Skip to content

Commit b77f83a

Browse files
TackAdamAdam Tackettkolchfa-awsnatebower
authored
Trace analytics update for 3.2 (#10727)
* update trace changes for 3.2 Signed-off-by: Adam Tackett <tackadam@amazon.com> * Apply suggestions from code review Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Nathan Bower <nbower@amazon.com> --------- Signed-off-by: Adam Tackett <tackadam@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Nathan Bower <nbower@amazon.com> Co-authored-by: Adam Tackett <tackadam@amazon.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
1 parent b4376f2 commit b77f83a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

_observing-your-data/trace/ta-dashboards.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,23 @@ Trace Analytics in OpenSearch 3.1 includes expanded support for custom index nam
196196
- 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.
197197

198198
![Service table quick select icons]({{site.url}}{{site.baseurl}}/images/ta-service-table-icons.png)
199+
200+
## Configurable service map limits
201+
Introduced 3.2
202+
{: .label .label-purple }
203+
204+
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.
205+
206+
207+
### Service map configuration settings
208+
209+
Two **Advanced Settings** control the size and complexity of service maps generated by service map queries:
210+
211+
- `observability:traceAnalyticsServiceMapMaxNodes`: The maximum number of service nodes displayed. Default is 500.
212+
- `observability:traceAnalyticsServiceMapMaxEdges`: The maximum number of edges (service-to-service connections) displayed. Default is 1,000.
213+
214+
To configure these settings in OpenSearch Dashboards, follow these steps:
215+
1. From the main menu, select **Management** > **Dashboard Management** > **Advanced Settings**.
216+
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.
217+
218+
680 KB
Loading

0 commit comments

Comments
 (0)