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
    • Overview
      • Data collection agents
      • Unified Agent
      • OTel Collector
    • Viewing traces
    • LLM monitoring
    • Limitations
  • Access management
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • Data flow overview
  • Telemetry agents
  1. Traces
  2. Data collection
  3. Data collection agents

Data collection agents

Written by
Yandex Cloud
Updated at December 22, 2025
  • Data flow overview
  • Telemetry agents

A telemetry collection agent allows you to separate the generation of traces on the application side and their subsequent delivery to the storage system. This approach gives you a more reliable and manageable observability infrastructure, removes the load of sending data from the application, and prevents data loss if the application fails or if storage is temporarily unavailable.

Data flow overviewData flow overview

  1. Generating traces in an application.

    An application generates traces using the OpenTelemetry SDK for the selected programming language. Currently, Monium only supports the OpenTelemetry format for incoming data.

  2. Sending traces to a local agent.

    An application sends traces to a locally deployed agent on a specific port, e.g., localhost:8889.

  3. Data collection and delivery by the agent.

    An agent listens on the specified port, receives incoming traces, temporarily stores them, and sends them to Monium for storage, visualization, and analysis.

You will need to manually configure the trace generation settings, collection port, delivery address, and Monium authorization in the agent configuration.

Telemetry agentsTelemetry agents

  • Unified Agent: Yandex agent that supports traces, logs, and metrics.
  • OpenTelemetry Collector: OpenTelemetry community agent.

Was the article helpful?

Previous
Overview
Next
Unified Agent
© 2026 Direct Cursus Technology L.L.C.