@kong-ui-public/analytics-chart 4.2.11 → 4.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,6 +12,7 @@ export default function useI18n(): {
|
|
|
12
12
|
count: string;
|
|
13
13
|
"count/minute": string;
|
|
14
14
|
requests: string;
|
|
15
|
+
"token count": string;
|
|
15
16
|
};
|
|
16
17
|
csvExport: {
|
|
17
18
|
noDataRange: string;
|
|
@@ -120,6 +121,10 @@ export default function useI18n(): {
|
|
|
120
121
|
REQUEST_SIZE_P50: string;
|
|
121
122
|
CONTROL_PLANE: string;
|
|
122
123
|
____OTHER____: string;
|
|
124
|
+
ai_request_count: string;
|
|
125
|
+
total_tokens: string;
|
|
126
|
+
request_tokens: string;
|
|
127
|
+
response_tokens: string;
|
|
123
128
|
};
|
|
124
129
|
metricAxisTitles: {
|
|
125
130
|
request_count: string;
|
|
@@ -203,6 +208,7 @@ export default function useI18n(): {
|
|
|
203
208
|
count: string;
|
|
204
209
|
"count/minute": string;
|
|
205
210
|
requests: string;
|
|
211
|
+
"token count": string;
|
|
206
212
|
};
|
|
207
213
|
csvExport: {
|
|
208
214
|
noDataRange: string;
|
|
@@ -311,6 +317,10 @@ export default function useI18n(): {
|
|
|
311
317
|
REQUEST_SIZE_P50: string;
|
|
312
318
|
CONTROL_PLANE: string;
|
|
313
319
|
____OTHER____: string;
|
|
320
|
+
ai_request_count: string;
|
|
321
|
+
total_tokens: string;
|
|
322
|
+
request_tokens: string;
|
|
323
|
+
response_tokens: string;
|
|
314
324
|
};
|
|
315
325
|
metricAxisTitles: {
|
|
316
326
|
request_count: string;
|
|
@@ -404,6 +414,7 @@ export default function useI18n(): {
|
|
|
404
414
|
count: string;
|
|
405
415
|
"count/minute": string;
|
|
406
416
|
requests: string;
|
|
417
|
+
"token count": string;
|
|
407
418
|
};
|
|
408
419
|
csvExport: {
|
|
409
420
|
noDataRange: string;
|
|
@@ -512,6 +523,10 @@ export default function useI18n(): {
|
|
|
512
523
|
REQUEST_SIZE_P50: string;
|
|
513
524
|
CONTROL_PLANE: string;
|
|
514
525
|
____OTHER____: string;
|
|
526
|
+
ai_request_count: string;
|
|
527
|
+
total_tokens: string;
|
|
528
|
+
request_tokens: string;
|
|
529
|
+
response_tokens: string;
|
|
515
530
|
};
|
|
516
531
|
metricAxisTitles: {
|
|
517
532
|
request_count: string;
|
|
@@ -604,6 +619,7 @@ export default function useI18n(): {
|
|
|
604
619
|
count: string;
|
|
605
620
|
"count/minute": string;
|
|
606
621
|
requests: string;
|
|
622
|
+
"token count": string;
|
|
607
623
|
};
|
|
608
624
|
csvExport: {
|
|
609
625
|
noDataRange: string;
|
|
@@ -712,6 +728,10 @@ export default function useI18n(): {
|
|
|
712
728
|
REQUEST_SIZE_P50: string;
|
|
713
729
|
CONTROL_PLANE: string;
|
|
714
730
|
____OTHER____: string;
|
|
731
|
+
ai_request_count: string;
|
|
732
|
+
total_tokens: string;
|
|
733
|
+
request_tokens: string;
|
|
734
|
+
response_tokens: string;
|
|
715
735
|
};
|
|
716
736
|
metricAxisTitles: {
|
|
717
737
|
request_count: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,OAAO
|
|
1
|
+
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO9B"}
|
package/dist/vitals-chart.es.js
CHANGED
|
@@ -8,7 +8,8 @@ const om = "No data in the current time frame", lm = "Once there is traffic, it
|
|
|
8
8
|
bytes: "Byte{plural}",
|
|
9
9
|
count: "request{plural}",
|
|
10
10
|
"count/minute": "rpm",
|
|
11
|
-
requests: "request{plural}"
|
|
11
|
+
requests: "request{plural}",
|
|
12
|
+
"token count": "token{plural}"
|
|
12
13
|
}, gm = {
|
|
13
14
|
noDataRange: "No data in selected range",
|
|
14
15
|
noDataRetry: "Please adjust the time period and try again",
|
|
@@ -113,7 +114,11 @@ const om = "No data in the current time frame", lm = "Once there is traffic, it
|
|
|
113
114
|
REQUEST_SIZE_P95: "Request Size (p95)",
|
|
114
115
|
REQUEST_SIZE_P50: "Request Size (p50)",
|
|
115
116
|
CONTROL_PLANE: "Control Plane",
|
|
116
|
-
____OTHER____: "Others"
|
|
117
|
+
____OTHER____: "Others",
|
|
118
|
+
ai_request_count: "Request Count",
|
|
119
|
+
total_tokens: "Token Count",
|
|
120
|
+
request_tokens: "Request Token Count",
|
|
121
|
+
response_tokens: "Response Token Count"
|
|
117
122
|
}, vm = {
|
|
118
123
|
request_count: "Request Count",
|
|
119
124
|
requests_per_minute: "Requests per Minute",
|