Skip to content

Commit

Permalink
remove broken link (#14291)
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Kapka <[email protected]>
  • Loading branch information
RyanBGG and rkapka authored Aug 2, 2024
1 parent ff3e085 commit 68b38b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ go tool trace trace.out
#### How to collect additional traces

We use the OpenCensus library to create traces. To trace the execution of a p2p
message through the system, we must define [spans](https://godoc.org/go.opencensus.io/trace#Span) around the code that handles the message. To correlate the trace with other spans defined for the same message, use the context passed inside the [Message](https://godoc.org/github.com/prysmaticlabs/prysm/shared/deprecated-p2p#Message) struct to create a span:
message through the system, we must define [spans](https://godoc.org/go.opencensus.io/trace#Span) around the code that handles the message. To correlate the trace with other spans defined for the same message, use the context passed inside the Message struct to create a span:

```go
var msg p2p.Message
Expand Down

0 comments on commit 68b38b6

Please sign in to comment.