Skip to content

Commit c2caf7f

Browse files
authored
Up dependencies (rueidis), rename metric (#517)
1 parent 267dce3 commit c2caf7f

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

_examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require (
7070
github.com/prometheus/procfs v0.16.1 // indirect
7171
github.com/quagmt/udecimal v1.9.0 // indirect
7272
github.com/quic-go/qpack v0.5.1 // indirect
73-
github.com/redis/rueidis v1.0.64 // indirect
73+
github.com/redis/rueidis v1.0.67 // indirect
7474
github.com/segmentio/asm v1.2.0 // indirect
7575
github.com/segmentio/encoding v0.5.3 // indirect
7676
github.com/shadowspore/fossil-delta v0.0.0-20241213113458-1d797d70cbe3 // indirect

_examples/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ github.com/quic-go/qpack v0.5.1 h1:giqksBPnT/HDtZ6VhtFKgoLOWmlyo9Ei6u9PqzIMbhI=
160160
github.com/quic-go/qpack v0.5.1/go.mod h1:+PC4XFrEskIVkcLzpEkbLqq1uCoxPhQuvK5rH1ZgaEg=
161161
github.com/quic-go/quic-go v0.54.1 h1:4ZAWm0AhCb6+hE+l5Q1NAL0iRn/ZrMwqHRGQiFwj2eg=
162162
github.com/quic-go/quic-go v0.54.1/go.mod h1:e68ZEaCdyviluZmy44P6Iey98v/Wfz6HCjQEm+l8zTY=
163-
github.com/redis/rueidis v1.0.64 h1:XqgbueDuNV3qFdVdQwAHJl1uNt90zUuAJuzqjH4cw6Y=
164-
github.com/redis/rueidis v1.0.64/go.mod h1:Lkhr2QTgcoYBhxARU7kJRO8SyVlgUuEkcJO1Y8MCluA=
163+
github.com/redis/rueidis v1.0.67 h1:v2BIArP50KkRsEkhPWyVg4pcwI3rPVehl6EYyWlPHrM=
164+
github.com/redis/rueidis v1.0.67/go.mod h1:Lkhr2QTgcoYBhxARU7kJRO8SyVlgUuEkcJO1Y8MCluA=
165165
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
166166
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
167167
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/planetscale/vtprotobuf v0.6.0
1212
github.com/prometheus/client_golang v1.23.2
1313
github.com/quagmt/udecimal v1.9.0
14-
github.com/redis/rueidis v1.0.64
14+
github.com/redis/rueidis v1.0.67
1515
github.com/segmentio/encoding v0.5.3
1616
github.com/shadowspore/fossil-delta v0.0.0-20241213113458-1d797d70cbe3
1717
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ github.com/quagmt/udecimal v1.9.0 h1:TLuZiFeg0HhS6X8VDa78Y6XTaitZZfh+z5q4SXMzpDQ
5353
github.com/quagmt/udecimal v1.9.0/go.mod h1:ScmJ/xTGZcEoYiyMMzgDLn79PEJHcMBiJ4NNRT3FirA=
5454
github.com/redis/rueidis v1.0.64 h1:XqgbueDuNV3qFdVdQwAHJl1uNt90zUuAJuzqjH4cw6Y=
5555
github.com/redis/rueidis v1.0.64/go.mod h1:Lkhr2QTgcoYBhxARU7kJRO8SyVlgUuEkcJO1Y8MCluA=
56+
github.com/redis/rueidis v1.0.67 h1:v2BIArP50KkRsEkhPWyVg4pcwI3rPVehl6EYyWlPHrM=
57+
github.com/redis/rueidis v1.0.67/go.mod h1:Lkhr2QTgcoYBhxARU7kJRO8SyVlgUuEkcJO1Y8MCluA=
5658
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
5759
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
5860
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=

metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func newMetricsRegistry(config MetricsConfig) (*metrics, error) {
317317
m.tagsFilterDroppedCount = prometheus.NewCounterVec(prometheus.CounterOpts{
318318
Namespace: metricsNamespace,
319319
Subsystem: "node",
320-
Name: "tags_filter_dropped_count",
320+
Name: "tags_filter_dropped_publications",
321321
Help: "Number of publications dropped due to tags filtering.",
322322
}, []string{"channel_namespace"})
323323

0 commit comments

Comments
 (0)