Commit 024bf80e authored by lanzafame's avatar lanzafame Committed by Adin Schmahmann

change the scraping url

parent 3d982126
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment