From 5ec66730ed9d7fef4d38a33ad53bfbbbbedb98c3 Mon Sep 17 00:00:00 2001 From: "Jaana B. Dogan" Date: Fri, 7 Jul 2017 14:41:41 -0700 Subject: [PATCH] Updated Diagnostics (markdown) --- Diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Diagnostics.md b/Diagnostics.md index 758bf1ea..59e5a8b3 100644 --- a/Diagnostics.md +++ b/Diagnostics.md @@ -68,7 +68,7 @@ No. Additionally to what is provided by the runtime, Go users can create their c **Can I identify whether a specific user/request is responsible for the cost?** -Go will soon allow users to attach [context-scoped labels](https://github.com/golang/proposal/blob/master/design/17280-profile-labels.md) to pprof records. Once profiler labels are available, it will be possible to attach user IDs, request URLs, RPC names, etc. to profiling data which later may be examined by labels. +With 1.9, Go allows users to attach [context-scoped labels](https://github.com/golang/proposal/blob/master/design/17280-profile-labels.md) to pprof records. Once profiler labels are available, it will be possible to attach user IDs, request URLs, RPC names, etc. to profiling data which later may be examined by labels. See an end-to-end [tutorial](https://rakyll.org/profiler-labels/). **Can I serve the profiler handlers (/debug/proof/…) on a different path and port?**