Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Monium
  • Getting started
  • Overview
    • Getting started
    • Basic terms
      • Searching for traces and spans
      • Service map
      • Viewing and analyzing traces
      • Query language
      • Critical path analysis
      • Trace-to-log correlation
      • Archiving traces
      • Incomplete traces
    • Limitations
  • Access management
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • Service map description
  • Working with a service map
  • Using a service map for analysis
  1. Traces
  2. Working with traces
  3. Service map

Service map in traces

Written by
Yandex Cloud
Updated at May 28, 2026
  • Service map description
  • Working with a service map
  • Using a service map for analysis

The service map helps you understand how services interact within a distributed system. It shows which services handle requests, how calls move between them, and how application components work together.

The service map enables you to:

  • Understand the request path between services.
  • Locate adjacent services that affect the selected component.
  • Decide whether to continue the analysis in logs, traces, or connected services.
  • Evaluate service load, latency, and percentage of errors.

Here are the possible use cases of a service map:

  • Finding the error source to identify which service causes the failure.
  • Analyzing latency to identify the service that slows down the call chain.
  • Studying the architecture to quickly understand relationships between services.

Service map descriptionService map description

traces-services-map

The map shows each service as a node and each service call as a connection between nodes. A service node displays the number of requests per second, response time for the selected percentile, and the percentage of requests with errors. A solid outline means the service has been loaded on the map. A dashed outline means the service was found through connections, but its surrounding context has not yet been loaded.

Working with a service mapWorking with a service map

Monium UI
  1. On the Monium home page, select Services map on the left.

  2. At the top, set the data search period on the timeline.

  3. Enter the following query in the search bar:

    • project = <project_ID>: Select the project specified in x-monium-project of the application's telemetry transmission configuration.

      This may be a cloud (cloud__<cloud_ID>) or folder (folder__<folder_ID>) project, or another project.

    • cluster = <cluster_name>: Select the name of the installation that runs your application. If no cluster is specified, cluster = default is used.

    • service = <service_name>: Name of your application or service. You can use the OTEL_SERVICE_NAME environment variable to provide it.

      If you do not see the required labels in the suggestions, you can enter them manually. However, the system most likely has not received data with these labels. See Data delivery troubleshooting for possible solutions.

  4. Click Execute query.

    This will open a service map with the found service and its immediate connections.

  5. To explore a service, click its node. This will open a card with metrics and actions:

    • Navigate to logs: Open service logs.
    • Navigate to traces: Open service traces.
    • Explore: Set this service as the focus of the analysis.
    • Load connections: Load neighboring services for the selected node.
  6. To focus the map on the selected service, click Explore.

    This way, you can move step by step from an external service to an internal one and locate where latency or errors start to rise.

  7. To display additional service connections, both incoming and outgoing, click Load connections.

Using a service map for analysisUsing a service map for analysis

  1. Find the service you need using a query.

    Start your analysis from the first service that triggered an alert or showed increased latency or percentage of errors.

  2. Check its metrics on the map.

  3. Load its connections or select Explore.

  4. Navigate to logs or traces for detailed analysis.

When working with the map, factor in the following:

  • The map is built from tracing data. If your service does not send traces, it will not appear on the map.
  • The map content depends on the selected time range and query.
  • If you see a dashed node on the map, load its connections to expand the graph.
  • For a detailed analysis of a specific request, navigate from the map to searching for traces and spans or viewing and analyzing traces.

See alsoSee also

  • Searching for traces and spans
  • Viewing and analyzing traces
  • Critical path analysis
  • Trace-to-log correlation

Was the article helpful?

Previous
Searching for traces and spans
Next
Viewing and analyzing traces
© 2026 Direct Cursus Technology L.L.C.