Skip to content

Commit 3e3ec3d

Browse files
author
Jaana B. Dogan
committed
Updated Diagnostics (markdown)
1 parent 1b4cd4d commit 3e3ec3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diagnostics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ Additionally to what is provided by the runtime, Go users can create their custo
6969
**Can I identify whether a specific user/request is responsible for the cost?**
7070

7171
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.
72+
73+
---
74+
75+
To be continued with tracing, runtime stats, debugging and concurrency sections.

0 commit comments

Comments
 (0)