From 4912bcb9b10a3446ade6de720291e96abc2ed0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= Date: Mon, 2 Sep 2024 18:10:40 +0200 Subject: [PATCH] test commit --- go.mod | 1 - go.sum | 2 -- telemetry/client.go | 2 +- vendor/modules.txt | 3 --- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 678c6da79..3e6a9415e 100644 --- a/go.mod +++ b/go.mod @@ -84,7 +84,6 @@ require ( github.com/andybalholm/brotli v1.0.5 github.com/bits-and-blooms/bloom/v3 v3.7.0 github.com/cenkalti/backoff/v4 v4.2.1 - github.com/go-auxiliaries/shrinking-map v0.3.0 github.com/gorilla/sessions v1.2.1 github.com/ipfs/go-log/v2 v2.5.1 github.com/jellydator/ttlcache/v3 v3.2.0 diff --git a/go.sum b/go.sum index e4fd3fe3c..6f43fbe2d 100644 --- a/go.sum +++ b/go.sum @@ -810,8 +810,6 @@ github.com/glycerine/go-unsnap-stream v0.0.0-20210130063903-47dfef350d96/go.mod github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493/go.mod h1:Ogl1Tioa0aV7gstGFO7KhffUsb9M4ydbEbbxpcEDc24= github.com/glycerine/goconvey v0.0.0-20190315024820-982ee783a72e/go.mod h1:Ogl1Tioa0aV7gstGFO7KhffUsb9M4ydbEbbxpcEDc24= github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31/go.mod h1:Ogl1Tioa0aV7gstGFO7KhffUsb9M4ydbEbbxpcEDc24= -github.com/go-auxiliaries/shrinking-map v0.3.0 h1:kXiLmFY4y2s35WtOYAb02LRZ92IRnfzio+3prZn6ULs= -github.com/go-auxiliaries/shrinking-map v0.3.0/go.mod h1:UtBmTTKuUfI8wkhzaZ7G/xgHjxGxLwM2a6kf+aWmSmc= github.com/go-chi/chi/v5 v5.0.0/go.mod h1:BBug9lr0cqtdAhsu6R4AAdvufI0/XBzAQSsUqJpoZOs= github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q= github.com/go-fonts/dejavu v0.1.0/go.mod h1:4Wt4I4OU2Nq9asgDCteaAaWZOV24E+0/Pwo0gppep4g= diff --git a/telemetry/client.go b/telemetry/client.go index 0191fc31d..22fd9929e 100644 --- a/telemetry/client.go +++ b/telemetry/client.go @@ -166,7 +166,7 @@ func NewClient(logger *zap.Logger, serverURL string, keyUID string, nodeName str client.promMetrics = promMetrics //client.promMetrics.Register("waku_connected_peers", GaugeType, nil, nil) - client.promMetrics.Register("waku2_envelopes_validated_total", CounterType, prometheus.Labels{"type": "missing"}) + client.promMetrics.Register("waku2_envelopes_validated_total", CounterType, prometheus.Labels{}) client.promMetrics.Register("waku_lightpush_messages", CounterType, prometheus.Labels{}) client.promMetrics.Register("waku_lightpush_errors", CounterType, prometheus.Labels{}) diff --git a/vendor/modules.txt b/vendor/modules.txt index 54355ea2d..7f5b06bff 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -304,9 +304,6 @@ github.com/francoispqt/gojay # github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 ## explicit github.com/gballet/go-libpcsclite -# github.com/go-auxiliaries/shrinking-map v0.3.0 -## explicit; go 1.18 -github.com/go-auxiliaries/shrinking-map/pkg/shrinking-map # github.com/go-ole/go-ole v1.2.6 ## explicit; go 1.12 github.com/go-ole/go-ole