@kong-ui-public/analytics-chart 10.14.16 → 10.14.17
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 +14 -0
- package/dist/vitals-chart.umd.js +12 -12
- package/package.json +1 -1
package/dist/vitals-chart.es.js
CHANGED
|
@@ -177,8 +177,15 @@ const Wm = "No data in the current time frame", Ym = "Once there is traffic, it
|
|
|
177
177
|
"thatreshold-neutral": "Alert threshold: {value}",
|
|
178
178
|
api: "API",
|
|
179
179
|
vulnerability_count: "Vulnerability count",
|
|
180
|
+
a2a_latency_average: "A2A latency (avg)",
|
|
181
|
+
a2a_response_size_sum: "A2A Response Size (sum)",
|
|
182
|
+
a2a_context_id: "A2A Context ID",
|
|
183
|
+
a2a_error: "A2A Error",
|
|
184
|
+
a2a_method: "A2A Method",
|
|
185
|
+
a2a_task_id: "A2A Task ID",
|
|
180
186
|
mcp_error: "MCP Error",
|
|
181
187
|
mcp_method: "MCP Method",
|
|
188
|
+
mcp_response_size_sum: "MCP Response Size (sum)",
|
|
182
189
|
mcp_session_id: "MCP Session ID",
|
|
183
190
|
mcp_tool_name: "MCP Tool Name",
|
|
184
191
|
mcp_response_body_size_sum: "MCP Response Size (sum)",
|
|
@@ -252,6 +259,13 @@ const Wm = "No data in the current time frame", Ym = "Once there is traffic, it
|
|
|
252
259
|
llm_cache_fetch_latency_average: "Fetch latency (avg)",
|
|
253
260
|
llm_latency_average: "Llm latency (avg)",
|
|
254
261
|
api: "API",
|
|
262
|
+
a2a_latency_average: "A2A latency (avg) in {unit}",
|
|
263
|
+
a2a_response_size_sum: "A2A Response Size (sum) in {unit}",
|
|
264
|
+
a2a_context_id: "A2A Context ID",
|
|
265
|
+
a2a_error: "A2A Error",
|
|
266
|
+
a2a_method: "A2A Method",
|
|
267
|
+
a2a_task_id: "A2A Task ID",
|
|
268
|
+
mcp_response_size_sum: "MCP Response Size (sum)",
|
|
255
269
|
mcp_response_body_size_sum: "MCP Response Size (sum)",
|
|
256
270
|
control_plane_count: "Control plane count",
|
|
257
271
|
service_count: "Gateway service count",
|