@kong-ui-public/analytics-utilities 12.40.2 → 12.41.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.
@@ -181,28 +181,29 @@ const Rs = [
181
181
  "ai_gateway_agent",
182
182
  "ai_gateway_data_plane_node"
183
183
  ], Ie = z(Mn), Oa = [
184
- "total_tokens",
185
- "total_tokens_per_minute",
186
- "prompt_tokens",
187
- "completion_tokens",
188
- "cached_tokens",
189
184
  "ai_request_count",
190
- "error_rate",
185
+ "active_agents",
186
+ "cached_tokens",
187
+ "completion_tokens",
191
188
  "cost",
192
189
  "cost_per_request_average",
190
+ "error_rate",
193
191
  "llm_cache_embeddings_latency_average",
194
192
  "llm_cache_fetch_latency_average",
195
- "llm_latency_average",
196
- "llm_embeddings_tokens",
197
193
  "llm_embeddings_cost",
198
- "time_to_first_token_average",
199
- "time_to_first_token_p99",
200
- "time_to_first_token_p95",
201
- "time_to_first_token_p50",
194
+ "llm_embeddings_tokens",
195
+ "llm_latency_average",
196
+ "prompt_tokens",
202
197
  "time_per_token_average",
203
- "time_per_token_p99",
198
+ "time_per_token_p50",
204
199
  "time_per_token_p95",
205
- "time_per_token_p50"
200
+ "time_per_token_p99",
201
+ "time_to_first_token_average",
202
+ "time_to_first_token_p50",
203
+ "time_to_first_token_p95",
204
+ "time_to_first_token_p99",
205
+ "total_tokens",
206
+ "total_tokens_per_minute"
206
207
  ], Ea = [
207
208
  "a2a_context_id",
208
209
  "a2a_error",