Service maps visualize how your services interact. ClickStack builds the graph by matching client spans (outgoing requests) with server spans (incoming requests) within the same trace, reconstructing the request path between services. Click Service Map in the left navigation panel to open the full graph. Services appear once you’re ingesting trace data with OpenTelemetry.Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Exploring the service map
Each node represents a service, identified by theservice.name resource attribute. Edges (dashed lines) connect services where a client span in one matches a server span in another. Node size reflects relative traffic volume, and red nodes indicate services with errors in the selected time range.
The toolbar above the map lets you filter and adjust the view.
Source selector — filter the map to a specific trace source (e.g. “ClickPy Traces”).
Sampling slider — adjust the sampling rate to balance performance and accuracy. Lower rates load faster on high-volume clusters.
Date range picker — set the time window for the trace data used to build the map.
Use the +/- buttons in the bottom-left corner of the map or scroll to zoom in and out.