Skip to content

Commit

Permalink
fix thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 15, 2024
1 parent 31d1d8f commit 2a09e25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2a09e25

Please sign in to comment.