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 with application logs
    • Getting started with Yandex Cloud resource logs
    • Monitoring and analysis of logs
      • Overview and basic concepts
      • Query language
      • Log annotation recommendations
      • Data retention period (TTL)
    • Log metrics
    • Limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • Basic terms
  • Log line (log record)
  • Log line size
  • Event lag
  • Observed lag
  1. Logs
  2. Concepts
  3. Overview and basic concepts

Overview and basic concepts

Written by
Yandex Cloud
Updated at May 7, 2026
  • Basic terms
    • Log line (log record)
    • Log line size
    • Event lag
    • Observed lag

Monium Logs is a distributed system for storing, searching, visualizing, and analyzing logs.

Logs are helpful when you need to get insights into your application and infrastructure performance: detect errors and exceptions, investigate incidents, track changes, and find out the causes of degradation.

Monium Logs is part of Monium and shares its basic components such as the project model, access management, data model, and interface.

Monium only accepts OpenTelemetry data. Here is what you can use to send logs:

  • OpenTelemetry SDK in the application.
  • OTel supported agents: Otel Collector or Fluent Bit.

You can use logs together with traces. To quickly switch between log entries and traces, use trace_id and span_id.

Benefits

  • Fast log search for real-time error diagnostics.
  • Fault tolerance: data is replicated across data centers.
  • Self-monitoring: the system automatically collects incoming log metrics, including the data amount, delivery delays, and number of errors. For diagnostics, there is a service dashboard available with pre-installed charts.

Basic termsBasic terms

Below are the key terms for setting up and using the system.

Log line (log record)Log line (log record)

The smallest data processing unit in the system. It represents a system event, its description, timestamp, and labels that identify it.

Log line sizeLog line size

Log line size in bytes represents the sum of all top-level field values, as well as the lengths of all keys and values from labels and meta.

Event lagEvent lag

Event lag is the latency between when the event was generated in the user system and when it was delivered to the centralized logging system (upstream of the collector).

Observed lagObserved lag

Observed lag is the latency between when the event was first processed by the collection agent and when it was delivered to the centralized logging system (upstream of the collector).

For all terms, see Overview and basic concepts.

Was the article helpful?

Previous
Monitoring and analysis of logs
Next
Query language
© 2026 Direct Cursus Technology L.L.C.