@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.
- package/package.json +1 -1
- package/proto/gateway/web/v1/metric_gateway.ts +16 -919
- package/proto/gateway/web/v1/metric_gateway_grpc_pb.js +3 -3
- package/proto/gateway/web/v1/metric_gateway_pb.js +204 -1719
- package/proto/gateway/web/v1/trace_gateway.ts +983 -0
- package/proto/gateway/web/v1/trace_gateway_pb.js +2081 -306
|
@@ -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
|
|
215
|
-
//
|
|
216
|
-
//
|
|
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',
|