@kong-ui-public/analytics-chart 2.0.4 → 2.0.5

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.
@@ -135,6 +135,37 @@ export default function useI18n(): {
135
135
  request_size_p99: string;
136
136
  request_size_p95: string;
137
137
  request_size_p50: string;
138
+ REQUEST_COUNT: string;
139
+ REQUEST_PER_MINUTE: string;
140
+ RESPONSE_LATENCY_P99: string;
141
+ RESPONSE_LATENCY_P95: string;
142
+ RESPONSE_LATENCY_P50: string;
143
+ RESPONSE_SIZE_P99: string;
144
+ RESPONSE_SIZE_P95: string;
145
+ RESPONSE_SIZE_P50: string;
146
+ REQUEST_SIZE_P99: string;
147
+ REQUEST_SIZE_P95: string;
148
+ REQUEST_SIZE_P50: string;
149
+ TotalRequests: string;
150
+ RequestsPerMinute: string;
151
+ LatencyP99: string;
152
+ LatencyP95: string;
153
+ LatencyP50: string;
154
+ LatencyAverage: string;
155
+ UpstreamLatencyP99: string;
156
+ UpstreamLatencyP95: string;
157
+ UpstreamLatencyP50: string;
158
+ UpstreamLatencyAverage: string;
159
+ KongLatencyP99: string;
160
+ KongLatencyP95: string;
161
+ KongLatencyP50: string;
162
+ KongLatencyAverage: string;
163
+ ResponseSizeP99: string;
164
+ ResponseSizeP95: string;
165
+ ResponseSizeP50: string;
166
+ RequestSizeP99: string;
167
+ RequestSizeP95: string;
168
+ RequestSizeP50: string;
138
169
  };
139
170
  granularityAxisTitles: {
140
171
  Minutely: string;
@@ -291,6 +322,37 @@ export default function useI18n(): {
291
322
  request_size_p99: string;
292
323
  request_size_p95: string;
293
324
  request_size_p50: string;
325
+ REQUEST_COUNT: string;
326
+ REQUEST_PER_MINUTE: string;
327
+ RESPONSE_LATENCY_P99: string;
328
+ RESPONSE_LATENCY_P95: string;
329
+ RESPONSE_LATENCY_P50: string;
330
+ RESPONSE_SIZE_P99: string;
331
+ RESPONSE_SIZE_P95: string;
332
+ RESPONSE_SIZE_P50: string;
333
+ REQUEST_SIZE_P99: string;
334
+ REQUEST_SIZE_P95: string;
335
+ REQUEST_SIZE_P50: string;
336
+ TotalRequests: string;
337
+ RequestsPerMinute: string;
338
+ LatencyP99: string;
339
+ LatencyP95: string;
340
+ LatencyP50: string;
341
+ LatencyAverage: string;
342
+ UpstreamLatencyP99: string;
343
+ UpstreamLatencyP95: string;
344
+ UpstreamLatencyP50: string;
345
+ UpstreamLatencyAverage: string;
346
+ KongLatencyP99: string;
347
+ KongLatencyP95: string;
348
+ KongLatencyP50: string;
349
+ KongLatencyAverage: string;
350
+ ResponseSizeP99: string;
351
+ ResponseSizeP95: string;
352
+ ResponseSizeP50: string;
353
+ RequestSizeP99: string;
354
+ RequestSizeP95: string;
355
+ RequestSizeP50: string;
294
356
  };
295
357
  granularityAxisTitles: {
296
358
  Minutely: string;
@@ -457,6 +519,37 @@ export default function useI18n(): {
457
519
  request_size_p99: string;
458
520
  request_size_p95: string;
459
521
  request_size_p50: string;
522
+ REQUEST_COUNT: string;
523
+ REQUEST_PER_MINUTE: string;
524
+ RESPONSE_LATENCY_P99: string;
525
+ RESPONSE_LATENCY_P95: string;
526
+ RESPONSE_LATENCY_P50: string;
527
+ RESPONSE_SIZE_P99: string;
528
+ RESPONSE_SIZE_P95: string;
529
+ RESPONSE_SIZE_P50: string;
530
+ REQUEST_SIZE_P99: string;
531
+ REQUEST_SIZE_P95: string;
532
+ REQUEST_SIZE_P50: string;
533
+ TotalRequests: string;
534
+ RequestsPerMinute: string;
535
+ LatencyP99: string;
536
+ LatencyP95: string;
537
+ LatencyP50: string;
538
+ LatencyAverage: string;
539
+ UpstreamLatencyP99: string;
540
+ UpstreamLatencyP95: string;
541
+ UpstreamLatencyP50: string;
542
+ UpstreamLatencyAverage: string;
543
+ KongLatencyP99: string;
544
+ KongLatencyP95: string;
545
+ KongLatencyP50: string;
546
+ KongLatencyAverage: string;
547
+ ResponseSizeP99: string;
548
+ ResponseSizeP95: string;
549
+ ResponseSizeP50: string;
550
+ RequestSizeP99: string;
551
+ RequestSizeP95: string;
552
+ RequestSizeP50: string;
460
553
  };
461
554
  granularityAxisTitles: {
462
555
  Minutely: string;
@@ -622,6 +715,37 @@ export default function useI18n(): {
622
715
  request_size_p99: string;
623
716
  request_size_p95: string;
624
717
  request_size_p50: string;
718
+ REQUEST_COUNT: string;
719
+ REQUEST_PER_MINUTE: string;
720
+ RESPONSE_LATENCY_P99: string;
721
+ RESPONSE_LATENCY_P95: string;
722
+ RESPONSE_LATENCY_P50: string;
723
+ RESPONSE_SIZE_P99: string;
724
+ RESPONSE_SIZE_P95: string;
725
+ RESPONSE_SIZE_P50: string;
726
+ REQUEST_SIZE_P99: string;
727
+ REQUEST_SIZE_P95: string;
728
+ REQUEST_SIZE_P50: string;
729
+ TotalRequests: string;
730
+ RequestsPerMinute: string;
731
+ LatencyP99: string;
732
+ LatencyP95: string;
733
+ LatencyP50: string;
734
+ LatencyAverage: string;
735
+ UpstreamLatencyP99: string;
736
+ UpstreamLatencyP95: string;
737
+ UpstreamLatencyP50: string;
738
+ UpstreamLatencyAverage: string;
739
+ KongLatencyP99: string;
740
+ KongLatencyP95: string;
741
+ KongLatencyP50: string;
742
+ KongLatencyAverage: string;
743
+ ResponseSizeP99: string;
744
+ ResponseSizeP95: string;
745
+ ResponseSizeP50: string;
746
+ RequestSizeP99: string;
747
+ RequestSizeP95: string;
748
+ RequestSizeP50: string;
625
749
  };
626
750
  granularityAxisTitles: {
627
751
  Minutely: string;
@@ -1 +1 @@
1
- {"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO9B"}
1
+ {"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../../src/composables/useI18n.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO9B"}