@kong-ui-public/analytics-chart 5.6.2 → 5.7.0
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.
- package/dist/vitals-chart.es.js +7 -0
- package/dist/vitals-chart.umd.js +12 -12
- package/package.json +1 -1
package/dist/vitals-chart.es.js
CHANGED
|
@@ -193,8 +193,15 @@ const Rg = "No data in the current time frame", Lg = "Once there is traffic, it
|
|
|
193
193
|
llm_cache_fetch_latency_average: "Fetch Latency (avg)",
|
|
194
194
|
llm_latency_average: "LLM Latency (avg)"
|
|
195
195
|
}, Ug = {
|
|
196
|
+
tenSecondly: "@timestamp per ten seconds",
|
|
197
|
+
thirtySecondly: "@timestamp per thirty seconds",
|
|
196
198
|
minutely: "@timestamp per minute",
|
|
199
|
+
fiveMinutely: "@timestamp per five minutes",
|
|
200
|
+
tenMinutely: "@timestamp per ten minutes",
|
|
201
|
+
thirtyMinutely: "@timestamp per thirty minutes",
|
|
197
202
|
hourly: "@timestamp per hour",
|
|
203
|
+
twoHourly: "@timestamp per two hours",
|
|
204
|
+
twelveHourly: "@timestamp per twelve hours",
|
|
198
205
|
daily: "@timestamp per day",
|
|
199
206
|
weekly: "@timestamp per week"
|
|
200
207
|
}, Vg = {
|