Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • Yandex SIEM
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • 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
    • Migrating from Monium.Logs
      • Log search and analysis
      • Errors and statistics
    • Log metrics
    • Calculating log-based metrics
    • Limitations
  • Access management
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • Viewing errors
  • Error record visualization
  • Detailed info about error records
  • Analyzing statistics
  1. Logs
  2. Working with logs
  3. Errors and statistics

Working with errors and statistics

Written by
Yandex Cloud
Updated at July 24, 2026
View in Markdown
  • Viewing errors
    • Error record visualization
    • Detailed info about error records
  • Analyzing statistics

The log interface features additional sections Errors and Statistics, which make it easier to navigate logs with errors and to generate and analyze log volume and distribution statistics.

Viewing errorsViewing errors

The Errors tab shows a separate graph and log records containing the level="ERROR" field.

This section can be useful if you need to quickly highlight errors in the general log stream without creating a separate query manually, or to track an error trend over time. For example, you can quickly detect a spike in the number of errors after a release.

errors

Monium UI
  1. On the Monium home page, select Logs in the left-hand menu.

  2. Select the Errors tab in the center of the screen.

  3. At the top of the screen, specify the data search interval using one of the following methods:

    • Select an interval: 5m, 30m, etc., to search for data for the last 5, 30 minutes, etc.
    • Enter a time interval manually.
    • Use the exact time interval field to set the From and To boundaries.
    • Drag the interval boundaries on the timeline.
  4. In the query string, select labels for log search.

    In Monium, telemetry has this hierarchy: project → cluster → service. Therefore, in the query line, you should select the project, cluster, and service parameters.

    • To search for application error logs, specify:

      • 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. For more on troubleshooting possible issues, see Data delivery troubleshooting.

    • To search for Yandex Cloud resource error logs, specify:

      • project = folder__<folder_ID>: ID of the folder the Yandex Cloud resource resides in.

      • service = <log_group>: Name or ID of the log group the logs go to, e.g., default.

      • resource_type = <resource_type>: Type of the Yandex Cloud resource that sends logs, e.g., managed-airflow.cluster, k8s.cluster, alb.loadBalancer.

      • resource_id = <resource_ID>: ID of the Yandex Cloud resource that sends logs, e.g., cluster ID.

        If you skip the resource type, all logs in the log group will be shown. If you skip the resource ID, all logs for the selected resource type will be shown.

    You can enter your query in token mode by selecting labels from a list or in text mode. To switch to text mode, click and enter your query in this format:

    { <key>="<value>", <key>="<value>", ... }
    

    For more information about making queries, see Data model in Monium.Metrics and Query language in Monium.

    Example of an application log search query:

    {project = "market", cluster = "production", service = "basket"}
    
  5. Click Execute query.

As a result, the service will display information about error logs found within the specified time interval:

  • Total number of recorded errors.
  • Error data visualization.
  • Detailed info about error records.

Error record visualizationError record visualization

The graph shows the number of error log records over time. The graph automatically updates if you change the query or time range.

Features available when using the graph:

  • Information window:

    • To open an information window for errors received at a particular point in time, hover your cursor over that part of the graph.
    • To pin the information window, click the relevant part of the graph.
    • To navigate to log records, click → Go to logs next to the line of interest.
  • Legend: Shows the values of the labels for each data series on the graph.

  • Chart type: Selects the type of the graph with the number of logs:

    • Line: Lines.
    • Area: Shaded areas.
    • Column (default): Columns.
  • Log grouping: Select a grouping parameter from the Group by list. For example, grouping by host will show the distribution of errors across hosts.

  • When working with multiple queries, you can create a separate graph for each one. Do it by enabling One graph per query or selecting the number of graphs per row.

  • To examine a graph in detail or share it, click in the top-right corner of the graph and select:

    • Show chart fullscreen.
    • Copy screenshot link.
    • Copy screenshot to content.
    • Hide infa events or Show infra events.

If you need no visualization, click Hide graph. To display the graph again, click Show graph.

Detailed info about error recordsDetailed info about error records

Under the visualization graph, there is a list containing information about the top 100 most frequently logged errors for the selected time period:

  • If log descriptions do not fit into the screen width, enable Line breaks.

  • To analyze a particular error log entry, expand it and select one of the following actions next to the correct log line:

    • =: Add the line’s key label to the query.
    • !=: Exclude the line’s key label from the query.
    • : Hide the log line.
    • : Copy the log line.

    Optionally, click Go to logs to open the current error group in the general log interface.

Below the list of the most frequent error texts, there is the Labels section, where you can view the top 5 labels of each type in error logs for the selected time period.

Analyzing statisticsAnalyzing statistics

On the Stats tab, you can process large volumes of logs and employ aggregate functions to get aggregated results.

This section can be useful if you need to:

  • Assess log volume and identify peak loads on the application or infrastructure over time.
  • Analyze numeric fields, e.g., response time, to detect the moment of potential service degradation.
  • Build metrics by labels without switching to the metrics section.
  • Compare log distribution across hosts or resource types.
  • Obtain generalized log data for any other tasks.

stats

Monium UI
  1. On the Monium home page, select Logs in the left-hand menu.

  2. Select the Stats tab in the center of the screen.

  3. At the top of the screen, specify the data search interval using one of the following methods:

    • Select an interval: 5m, 30m, etc., to search for data for the last 5, 30 minutes, etc.
    • Enter a time interval manually.
    • Use the exact time interval field to set the From and To boundaries.
    • Drag the interval boundaries on the timeline.
  4. In the query string, select labels for log search.

    In Monium, telemetry has this hierarchy: project → cluster → service. Therefore, in the query line, you should select the project, cluster, and service parameters.

    • To analyze application logs, specify:

      • 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. For more on troubleshooting possible issues, see Data delivery troubleshooting.

    • To analyze Yandex Cloud resource logs, specify:

      • project = folder__<folder_ID>: ID of the folder the Yandex Cloud resource resides in.

      • service = <log_group>: Name or ID of the log group the logs go to, e.g., default.

      • resource_type = <resource_type>: Type of the Yandex Cloud resource that sends logs, e.g., managed-airflow.cluster, k8s.cluster, alb.loadBalancer.

      • resource_id = <resource_ID>: ID of the Yandex Cloud resource that sends logs, e.g., cluster ID.

        If you skip the resource type, all logs in the log group will be shown. If you skip the resource ID, all logs for the selected resource type will be shown.

    You can enter your query in token mode by selecting labels from a list or in text mode. To switch to text mode, click and enter your query in this format:

    { <key>="<value>", <key>="<value>", ... }
    

    For more information about making queries, see Data model in Monium.Metrics and Query language in Monium.

    Example of an application log search query:

    {project = "market", cluster = "production", service = "basket"}
    
  5. Click Execute query.

    As a result, Monium will graph the number of logs recorded over the specified period. The graph automatically updates if you change the query or time range.

  6. To graph log data aggregated using a different method:

    1. In the Functions field, select the aggregate function you want to apply to the logs for the selected period:

      • count: Default value. The graph shows the total number of log records for the period.
      • uniq: The graph shows the number of unique field values for the period. Select the field for which to count unique values from the list on the right.
      • uniq: The graph shows the sum of field values for the period. Select the field for which to calculate the sum from the list on the right.
      • min: The graph shows the minimum field value for the period. Select the field for which to calculate the minimum value from the list on the right.
      • max: The graph shows the maximum field value for the period. Select the field for which to calculate the maximum value from the list on the right.
      • avg: The graph shows the average field value for the period. Select the field for which to calculate the average value from the list on the right.
      • p50: The graph shows the 50th percentile for the field value for the period. Select the field for which to calculate the percentile from the list on the right.
      • p75: The graph shows the 75th percentile for the field value for the period. Select the field for which to calculate the percentile from the list on the right.
      • p90: The graph shows the 90th percentile for the field value for the period. Select the field for which to calculate the percentile from the list on the right.
      • p95: The graph shows the 95th percentile for the field value for the period. Select the field for which to calculate the percentile from the list on the right.
      • p99: The graph shows the 99th percentile for the field value for the period. Select the field for which to calculate the percentile from the list on the right.
    2. In the Group by field, select a parameter by which to group the results. For example, grouping by host will show log distribution across hosts.

    3. Click Update.

    Monium will now display an updated graph with the new aggregated data.

Was the article helpful?

Previous
Log search and analysis
Next
Overview and basic concepts
© 2026 Direct Cursus Technology L.L.C.