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
    • Overview
    • OTLP in Monium
    • Creating and setting up a project
      • Overview
      • Installing and updating
      • Starting and stopping
      • Agent best practices
      • Possible errors
      • Deletion
  • Access management
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • Basic terms
  • How Unified Agent works
  • Messages
  • Sessions
  • Inputs
  • Outputs
  • Filters
  • Storages
  • Routing
  • Pipes
  • Channels
  • Routes
  1. Data delivery
  2. Unified Agent
  3. Overview

Metrics collection agent

Written by
Yandex Cloud
Updated at March 24, 2026
  • Basic terms
  • How Unified Agent works
  • Messages
  • Sessions
  • Inputs
  • Outputs
  • Filters
  • Storages
  • Routing
    • Pipes
    • Channels
    • Routes

Yandex Unified Agent is an agent that delivers additional metrics of virtual machines and user applications to Monium.

Note

Currently, Unified Agent supports only metrics. We will later be adding the OpenTelemetry format for metrics, logs, and traces.

The agent supports:

  • Collecting Linux system metrics (CPU, RAM, disk).
  • Collecting metrics in Prometheus format.
  • Delivering metrics to Monium.Metrics.
  • File storage for reliable data delivery.

You can find the examples of using the agent in Working with metrics. Learn more about Unified Agent installation methods in Installing and updating Yandex Unified Agent. The syntax of the agent's configuration file is described in Configuration.

Basic termsBasic terms

Yandex Unified Agent transmits streaming data in the form of messages. A data stream in Unified Agent is called a session. Multiple sessions can be running at the same time.

The agent receives messages via the input and delivers them to one or more outputs. Intermediate processing of messages is done by filters; storages save messages to the disk. Inputs, outputs, filters, and storages are implemented using plugins.

Message routing is implemented with the help of delivery routes which consist of an input and a channel. A channel consist of a pipe and a node of one of the following types: output, channel, or splitter. A pipe may contain filters and links to storages. There can be no pipe in the configuration.

You can create named channels and pipes. This will help you avoid duplicate configurations and route messages from multiple inputs to the same output.

How Unified Agent worksHow Unified Agent works

MessagesMessages

A message is the minimum atomic unit of user information that a system or application sends to Unified Agent.

A message consist of a body, a timestamp, user metadata in key: value format, and a serial number.

Note

For correct data aggregation in monitoring, Integral COUNTER metrics are converted to DGAUGE when uploading to Monium.Metrics.

SessionsSessions

A session is an ordered stream of messages. A session has an ID that must be unique among all the ongoing sessions as well as user metadata in key:value format.

All messages sent during a session contain both message metadata and session metadata.

Types of information to collect (inputs), pipes (filters), interim storage spaces (storages), and outputs are specified in the Unified Agent configuration file.

InputsInputs

An input is used by the agent to receive the messages transmitted during sessions. An input can contain the session infrastructure settings used to configure various limits.

See the list of available inputs.

OutputsOutputs

Outputs are used by the agent to send messages to third-party systems. The currently supported outputs are yc_metrics, which writes metrics to the Monium.Metrics API, and a number of debug outputs.

See also the list of available outputs.

FiltersFilters

Filters are designed to discard, convert, and aggregate messages.

Filter types:

  • regular: Handle each message separately.
  • cumulative: Transform a set of input messages into one output message.

See also the list of available filters.

StoragesStorages

Storages serve as interim depots for messages in transit between the input and the output.
With a storage, you will not lose your data if the agent fails to write it to the specified output, e.g., due to network issues or unavailability of the destination API.

See also the storage configuration guide.

RoutingRouting

PipesPipes

Pipes contain:

  • Sequence of filters that messages pass through.
  • Link to the storage where the messages will be stored before their transmission to the output.

Pipes can be named.

See also the pipe configuration guide.

ChannelsChannels

Channels group a pipe with a node, one of an output, a named channel, or a splitter.

A splitter allows you to specify a set of channels and copy the incoming message to each one of its channels. You can use a splitter to duplicate streams to different outputs. By combining splitters and filters, you can send different messages to different channels based on certain attributes, e.g., metadata.

Channels can be named.

See the named channel configuration guide.

RoutesRoutes

Routes combine an input and a channel.

Routes, channels, and pipes enable you to set up any message processing tree.

See the diagram for the relations between the items of the message processing tree.

Was the article helpful?

Previous
Processing logs
Next
Installing and updating
© 2026 Direct Cursus Technology L.L.C.