diff --git a/core/corehttp/metrics.go b/core/corehttp/metrics.go index e5bd81283..de0dcd743 100644 --- a/core/corehttp/metrics.go +++ b/core/corehttp/metrics.go @@ -49,8 +49,8 @@ func MetricsOpenCensusCollectionOption() ServeOption { } // Construct the mux - zpages.Handle(mux, "/ocmetrics/debug") - mux.Handle("/ocmetrics", pe) + zpages.Handle(mux, "/debug/metrics/oc/debugz") + mux.Handle("/debug/metrics/oc", pe) return mux, nil }