@miradorlabs/web-grpc 2.32.0 → 2.35.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/google/protobuf/timestamp.ts +32 -23
- package/package.json +1 -1
- package/proto/gateway/common/v1/attribute_value.ts +143 -107
- package/proto/gateway/common/v1/status.ts +32 -23
- package/proto/gateway/common/v1/types.ts +32 -23
- package/proto/gateway/web/v1/account_gateway.ts +2608 -1951
- package/proto/gateway/web/v1/attribute_value.ts +143 -107
- package/proto/gateway/web/v1/chain_gateway.ts +1362 -1164
- package/proto/gateway/web/v1/common.ts +1 -1
- package/proto/gateway/web/v1/derived_metric_gateway.ts +933 -743
- package/proto/gateway/web/v1/integration_gateway.ts +1094 -873
- package/proto/gateway/web/v1/log_gateway.ts +593 -452
- package/proto/gateway/web/v1/market_gateway.ts +156 -111
- package/proto/gateway/web/v1/metric_gateway.ts +1842 -1453
- package/proto/gateway/web/v1/oauth_gateway.ts +648 -495
- package/proto/gateway/web/v1/plan_gateway.ts +488 -371
- package/proto/gateway/web/v1/rule_gateway.ts +1997 -1601
- package/proto/gateway/web/v1/rule_gateway_grpc_pb.js +1 -1
- package/proto/gateway/web/v1/slo_gateway.ts +2166 -1765
- package/proto/gateway/web/v1/trace_gateway.ts +2668 -14596
- package/proto/gateway/web/v1/trace_gateway_grpc_pb.js +0 -1
- package/proto/gateway/web/v1/trace_gateway_pb.js +4395 -26764
- package/proto/gateway/web/v1/trace_measure_gateway.ts +278 -214
|
@@ -339,7 +339,7 @@ function deserialize_gateway_web_v1_UpdateTraceRuleResponse(buffer_arg) {
|
|
|
339
339
|
|
|
340
340
|
|
|
341
341
|
// RuleGatewayService provides web client access to rule management. Rules come
|
|
342
|
-
// in two symmetric kinds: trace rules (CEL over
|
|
342
|
+
// in two symmetric kinds: trace rules (CEL over trace state + events, matches) and
|
|
343
343
|
// metric rules (PromQL threshold alerting). Metric-rule RPCs are added
|
|
344
344
|
// alongside these.
|
|
345
345
|
var RuleGatewayServiceService = exports.RuleGatewayServiceService = {
|