From 2a09e2512be71e6bc5e6adbcfa8862fbf0b1fa82 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Tue, 15 Oct 2024 01:11:35 -0400 Subject: [PATCH] fix thing --- lg.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lg.go b/lg.go index d904626..05d5545 100644 --- a/lg.go +++ b/lg.go @@ -46,7 +46,6 @@ func (p *Prefix) checkLGState() { log.Trace().Str("Prefix", p.prefix).Msg("checking prefix state") upstreamsGauge.Reset() upstreams2Gauge.Reset() - bgpCommunitiesGauge.Reset() url := ripestatBase + "/data/looking-glass/data.json?resource=" + p.prefix + "&sourceapp=" + appId resp, err := http.Get(url) if err != nil {