tangled
alpha
login
or
join now
sr.aux1.dev
/
tsproxy
2
fork
atom
HTTP reverse proxy for Tailscale
2
fork
atom
overview
issues
pulls
1
pipelines
fix duplicate log attribute
Simon Rozet
2 years ago
8443ea90
21c8b8cc
+1
-1
1 changed file
expand all
collapse all
unified
split
main.go
+1
-1
main.go
reviewed
···
240
240
Handler: promhttp.InstrumentHandlerInFlight(requestsInFlight.With(prometheus.Labels{"upstream": upstream.name}),
241
241
promhttp.InstrumentHandlerDuration(duration.MustCurryWith(prometheus.Labels{"upstream": upstream.name}),
242
242
promhttp.InstrumentHandlerCounter(requests.MustCurryWith(prometheus.Labels{"upstream": upstream.name}),
243
243
-
newReverseProxy(log.With(slog.String("upstream", upstream.name)), lc, upstream.backend)))),
243
243
+
newReverseProxy(log, lc, upstream.backend)))),
244
244
}
245
245
246
246
g.Add(func() error {