less pod logs
All checks were successful
Build and Publish / Metadata (push) Successful in 13s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 50s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m40s

This commit is contained in:
2025-11-13 18:35:40 +01:00
parent a0f5ae0c61
commit cebd3ea80f

View File

@@ -157,8 +157,6 @@ func (h *RemoteHost) AnnounceExpiry(uids []uint64) {
func (h *RemoteHost) Proxy(id uint64, w http.ResponseWriter, r *http.Request) (bool, error) { func (h *RemoteHost) Proxy(id uint64, w http.ResponseWriter, r *http.Request) (bool, error) {
target := fmt.Sprintf("%s%s", h.httpBase, r.URL.RequestURI()) target := fmt.Sprintf("%s%s", h.httpBase, r.URL.RequestURI())
log.Printf("proxy target: %s, method: %s", target, r.Method)
ctx, span := tracer.Start(r.Context(), "remote_proxy") ctx, span := tracer.Start(r.Context(), "remote_proxy")
defer span.End() defer span.End()
span.SetAttributes( span.SetAttributes(