Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Notification Service
    • Overview
    • Getting started with mobile push notifications
    • Getting started with in-browser push notifications
    • Getting started with SMS
    • Overview
    • Mobile push notifications
    • In-browser push notifications
    • SMS
    • Quotas and limits
    • All tools
    • AWS CLI
    • AWS SDK for C++
    • AWS SDK for Go
    • AWS SDK for Java
    • AWS SDK for JavaScript
    • AWS SDK for Kotlin
    • AWS SDK for .NET
    • AWS SDK for PHP
    • AWS SDK for Python (boto3)
  • Pricing policy
  • Monitoring metrics
  • Logs Cloud Logging
  • Release notes

Yandex Monitoring metric reference

Written by
Yandex Cloud
Updated at April 23, 2025

This section describes Cloud Notification Service metrics delivered to Monitoring.

The name label contains the metric name.

Labels shared by all Cloud Notification Service metrics:

Label

Value

service

Service ID: notifications

status

Message sending status. The possible values are:

  • conveyed: Sent successfully.
  • filtered: Filtered out.
  • --message: Message TTL expired.
  • client_error: Failed to send the message. Request or data error, see the error label.
  • server_error: Failed to send the message. Server error.

Service metrics:

Metric name
Type, units

Description

application.notifications.count
IGAUGE, count

Number of mobile push notifications sent within one minute.
Labels:

  • app: Channel (application) name.
  • platform: Mobile notification platform name.

application.notifications.errors.count
IGAUGE, count

Number of mobile push notification send errors within one minute.
Labels:

  • app: Channel (application) name.
  • platform: Mobile notification platform name.
  • error: Description of the client_error status when sending a message. The possible values are:
    • rate_limit: Too many send requests to the device.
    • misconfigured_channel: Misconfigured channel, e.g., an invalid mobile app secret is loaded.
    • invalid_or_revoked_endpoint: Endpoint is incorrect or invalidated by the platform.
    • invalid_message_or_endpoint: Incorrect message, incorrect sending or endpoint parameters.
    • total: Aggregate.

sms_channel.notifications.count
IGAUGE, count

Number of SMS messages sent within one minute.
The sender_id label represents the channel ID.

sms_channel.notifications.errors.count
IGAUGE, count

Number of SMS send errors within one minute.
Labels:

  • sender_id: Channel ID.
  • error: Description of the client_error status when sending a message.

webpush_channel.notifications.count
IGAUGE, count

Number of in-browser push notifications sent within one minute.
The channel_name label represents the channel name.

webpush_channel.notifications.errors.count
IGAUGE, count

Number of in-browser push notification send errors within one minute.
Labels:

  • channel_name: Channel name.
  • error: Description of the client_error status when sending a message.

Was the article helpful?

Previous
Publish
Next
Logs Cloud Logging
Yandex project
© 2025 Yandex.Cloud LLC