• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1express_metric {
2    id: "speech_recognition.value_exceed_service_connections_count"
3    display_name: "Refused session creations due to exceeding connected services"
4    description: "Counting how many sessions were dropped due to too many connected services"
5    owner_email: "hackz@google.com"
6    unit: UNIT_COUNT
7    type: COUNTER_WITH_UID
8}
9
10express_metric {
11    id: "speech_recognition.value_exceed_session_count"
12    display_name: "Refused session creations due to exceeding session limit"
13    description: "Counting how many sessions were dropped due to too many sessions"
14    owner_email: "hackz@google.com"
15    unit: UNIT_COUNT
16    type: COUNTER_WITH_UID
17}
18