@@ -258,7 +258,18 @@ MeterService_QueryUsage: >-
258258MeterService_GetUsageSummary : >-
259259 Get aggregated usage summary grouped by model, provider, team, agent,
260260 surface, or metadata key. Returns totals for tokens and cost.
261-
261+ MeterService_GetMeterSummary : >-
262+ Get summary for a specific meter ID, grouped by the requested dimension.
263+ MeterService_IngestWideEvent : >-
264+ Ingest a wide event with full metrics (tokens, cost, duration,
265+ time-to-first-token, tool call count). Used for observability dashboards.
266+ MeterService_QueryWideEvents : >-
267+ Query wide events with filters and pagination. Used by dashboards and
268+ analytics.
269+ MeterService_GetEventDashboard : >-
270+ Get a dashboard summary: total events, tokens, cost, and top-N
271+ breakdowns by event type, surface, model, and provider.
272+
262273# --- traces/v1 ---
263274SpanIngestService_IngestSpans : >-
264275 Record one or more execution spans for an agent trace. Stores span identity,
@@ -273,17 +284,6 @@ SpanIngestService_ListTraces: >-
273284SpanIngestService_GetSpanTree : >-
274285 Retrieve a trace as a parent/child span tree. Used for execution debugging,
275286 attribution, and governance review.
276- MeterService_GetMeterSummary : >-
277- Get summary for a specific meter ID, grouped by the requested dimension.
278- MeterService_IngestWideEvent : >-
279- Ingest a wide event with full metrics (tokens, cost, duration,
280- time-to-first-token, tool call count). Used for observability dashboards.
281- MeterService_QueryWideEvents : >-
282- Query wide events with filters and pagination. Used by dashboards and
283- analytics.
284- MeterService_GetEventDashboard : >-
285- Get a dashboard summary: total events, tokens, cost, and top-N
286- breakdowns by event type, surface, model, and provider.
287287
288288# --- notifications/v1 ---
289289NotificationService_Send : >-
0 commit comments