We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9adff9 commit b6aa70cCopy full SHA for b6aa70c
metrics.yaml
@@ -13,6 +13,21 @@ suggest:
13
scope: |
14
The "api/v1/suggest" API endpoint.
15
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
23
+ The provider which accepted the request
24
+ - name: word
25
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
+
31
suggest/accuweather:
32
providers_accuweather_query_weather_report:
33
description: |
0 commit comments