Yandex Cloud
Search
Contact UsTry 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
    • Limitations
  • Access management
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • Problems addressed by tracing
  • Connection setup
  • Connection settings
  • Viewing traces
  1. Traces
  2. Getting started

Monium Traces

Written by
Yandex Cloud
Updated at March 24, 2026
  • Problems addressed by tracing
  • Connection setup
    • Connection settings
  • Viewing traces

Monium Traces is a distributed tracing system in Monium. It enables you to track requests as they move through services and components of your infrastructure: find the causes of errors, identify bottlenecks, and analyze performance.

Monium Traces receives data over the OpenTelemetry protocol (OTLP). To send traces, you can use any compatible tool: OpenTelemetry Collector, SDK, or other agents.

Problems addressed by tracingProblems addressed by tracing

In microservice architectures, tracing helps you to:

  • Localize errors: Determine which of the many services caused the failure.
  • Analyze performance: Identify the service or component that is slowing down the request.
  • Track the request path: Observe which services and databases the request flowed through.
  • Investigate rare events: Understand the causes behind anomalous system behavior.

In monolithic architectures, tracing enables you to:

  • Analyze the internal request structure: Track execution through layers of logic (controllers, business logic, repositories) and find bottlenecks.
  • Diagnose recurring failures: Find the root cause of unstable behavior that is difficult to reproduce.

image

Connection setupConnection setup

To send traces to Monium Traces, use any tool compatible with the OpenTelemetry protocol (OTLP), e.g., OpenTelemetry Collector or OpenTelemetry SDK.

If you are a Yandex Cloud user already familiar with OpenTelemetry, simply use the parameters below for the connection.

If you are just getting started with tracing, use this data delivery setup guide. It explains how to install the agent and configure sending telemetry to Monium, with examples.

Connection settingsConnection settings

  • Monium currently only accepts OpenTelemetry (OTLP) data.

  • Endpoint: ingest.monium.yandex.cloud:443.

  • Authorization: Service account with the monium.traces.writer role and API key with the yc.monium.traces.write scope.

  • Project title: x-monium-project=folder__<folder_ID>.

  • Resource attributes: service.name (application name) and cluster (environment, the default value is default).

Viewing tracesViewing traces

  1. On the Monium home page, select Traces on the left.

  2. At the top, set the search interval using the timeline, a preset interval, or by entering the time value directly.

  3. Select Search by traces or Search by spans.

  4. Enter a date search query.

    By default, the search will take place in the current project: folder__<folder_ID>, you can choose another one.

  5. Click Execute.

  6. To open a separate trace, specify its ID in the Enter trace.id field at the top right.

For more on trace viewing and searching, see Searching for traces and spans.

Was the article helpful?

Previous
Log metrics
Next
Basic terms
© 2026 Direct Cursus Technology L.L.C.