@miradorlabs/web-grpc 2.24.0 → 2.26.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.
@@ -211,9 +211,9 @@ function deserialize_gateway_web_v1_UpdateDashboardResponse(buffer_arg) {
211
211
  // metric catalog, ad-hoc queries, and Postgres-backed dashboards that compose those
212
212
  // queries. Every streaming RPC emits a snapshot first, then live updates.
213
213
  //
214
- // StreamQuery executes one MetricQuery — the same message a dashboard widget
215
- // stores — so the metrics explorer, the widget editor preview, and a saved
216
- // dashboard all run through one query path.
214
+ // StreamQuery evaluates an ad-hoc PromQL expression — the same language saved
215
+ // dashboard widgets store — so the metrics explorer and the widget editor
216
+ // preview run through the same query path as the board.
217
217
  var MetricGatewayServiceService = exports.MetricGatewayServiceService = {
218
218
  streamMetrics: {
219
219
  path: '/gateway.web.v1.MetricGatewayService/StreamMetrics',