Skip to content

Commit b6aa70c

Browse files
authored
chore(metrics): update metrics.yaml to reflect intent_word_count Counter (#1348)
1 parent c9adff9 commit b6aa70c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

metrics.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ suggest:
1313
scope: |
1414
The "api/v1/suggest" API endpoint.
1515
alert_policy: []
16+
intent_word_count:
17+
description: |
18+
Count of intent words contained in a query
19+
type: counter
20+
labels:
21+
- name: provider
22+
description: |
23+
The provider which accepted the request
24+
- name: word
25+
description: |
26+
The matched intent word (can have more than one per query)
27+
scope: |
28+
Provider served by the "/api/v1/suggest" API endpoint
29+
alert_policy: []
30+
1631
suggest/accuweather:
1732
providers_accuweather_query_weather_report:
1833
description: |

0 commit comments

Comments
 (0)