You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: metrics/metrics.go
+4-4
Original file line number
Diff line number
Diff line change
@@ -190,11 +190,11 @@ var (
190
190
RcmgrAllowPeer=stats.Int64("rcmgr/allow_peer", "Number of allowed peer connections", stats.UnitDimensionless)
191
191
RcmgrBlockPeer=stats.Int64("rcmgr/block_peer", "Number of blocked peer connections", stats.UnitDimensionless)
192
192
RcmgrAllowProto=stats.Int64("rcmgr/allow_proto", "Number of allowed streams attached to a protocol", stats.UnitDimensionless)
193
-
RcmgrBlockProto=stats.Int64("rcmgr/block_proto", "Number of blocked blocked streams attached to a protocol", stats.UnitDimensionless)
194
-
RcmgrBlockProtoPeer=stats.Int64("rcmgr/block_proto", "Number of blocked blocked streams attached to a protocol for a specific peer", stats.UnitDimensionless)
193
+
RcmgrBlockProto=stats.Int64("rcmgr/block_proto", "Number of blocked streams attached to a protocol", stats.UnitDimensionless)
194
+
RcmgrBlockProtoPeer=stats.Int64("rcmgr/block_proto", "Number of blocked streams attached to a protocol for a specific peer", stats.UnitDimensionless)
195
195
RcmgrAllowSvc=stats.Int64("rcmgr/allow_svc", "Number of allowed streams attached to a service", stats.UnitDimensionless)
196
-
RcmgrBlockSvc=stats.Int64("rcmgr/block_svc", "Number of blocked blocked streams attached to a service", stats.UnitDimensionless)
197
-
RcmgrBlockSvcPeer=stats.Int64("rcmgr/block_svc", "Number of blocked blocked streams attached to a service for a specific peer", stats.UnitDimensionless)
196
+
RcmgrBlockSvc=stats.Int64("rcmgr/block_svc", "Number of blocked streams attached to a service", stats.UnitDimensionless)
197
+
RcmgrBlockSvcPeer=stats.Int64("rcmgr/block_svc", "Number of blocked streams attached to a service for a specific peer", stats.UnitDimensionless)
198
198
RcmgrAllowMem=stats.Int64("rcmgr/allow_mem", "Number of allowed memory reservations", stats.UnitDimensionless)
199
199
RcmgrBlockMem=stats.Int64("rcmgr/block_mem", "Number of blocked memory reservations", stats.UnitDimensionless)
0 commit comments