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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex SpeechKit Hybrid
  • System requirements
  • Service architecture
    • Service settings
    • Monitoring SpeechKit Hybrid services
    • Envoy monitoring
    • Logging levels
    • TLS termination
  • Pricing policy
  • SpeechKit Hybrid releases

In this article:

  • Common SpeechKit Hybrid metrics
  • Speech synthesis metrics
  • Speech recognition metrics
  • Performance monitoring
  1. Admin SpeechKit Hybrid
  2. Monitoring SpeechKit Hybrid services

Monitoring SpeechKit Hybrid services

Written by
Yandex Cloud
Updated at August 25, 2023
  • Common SpeechKit Hybrid metrics
  • Speech synthesis metrics
  • Speech recognition metrics
  • Performance monitoring

SpeechKit Hybrid collects and stores metrics in Prometheus format. For more information about metric types, see the Prometheus documentation.

SpeechKit Hybrid service metrics are available at the URL:

<IP address>:17002/metrics/prometheus

Where:

  • <IP address>: IP address of the SpeechKit Hybrid service in your network.

Common SpeechKit Hybrid metricsCommon SpeechKit Hybrid metrics

Metric Type Description
grpc_code_* COUNTER Number of responses with a certain gRPC status code. Each code refers to a separate metric: grpc_code_ok, grpc_code_canceled, etc. For a list of codes, see the gRPC documentation

Speech synthesis metricsSpeech synthesis metrics

Metric Type Description
synthesis_sps GAUGE Number of seconds of synthesized text generated in a second at SpeechKit Hybrid runtime
synthesis_latency HISTOGRAM Service response time histogram in milliseconds

Speech recognition metricsSpeech recognition metrics

Metric Type Description
in_flight_requests GAUGE Number of active sessions
recognize_sps GAUGE Number of seconds of recognized speech processed in a second at SpeechKit Hybrid runtime
recognize_rtf HISTOGRAM Distribution histogram of a Real Time Factor value that is equal to the ratio of recognition time to the duration of recognized speech expressed as a percentage

Performance monitoringPerformance monitoring

To monitor SpeechKit Hybrid performance, set the target metric values:

  • synthesis_sps: Required number of seconds of synthesized text generated in a second.
  • recognize_sps: Required number of milliseconds of recognized speech generated in a second.
  • synthesis_latency: Allowed speech synthesis app response delay.
  • recognize_rtf: Allowed ratio of the time it takes to recognize text to the length of the text itself expressed as a percentage. The recommended value is 100, as a larger value means that a server cannot handle the stream of requests.

Set up metric monitoring to track their deviation for the worse from the set target values:

  • Decrease for SPS metrics.
  • Excess for other metrics.

Was the article helpful?

Previous
Service settings
Next
Envoy monitoring
© 2025 Direct Cursus Technology L.L.C.