less pod logs
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user