Skip to content

Commit 72894e3

Browse files
authored
docs: remove broken link (#3375)
1 parent c954da5 commit 72894e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

p2p/host/resource-manager/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ limits := cfg.Build(scaledDefaultLimits)
4747
// The resource manager expects a limiter, se we create one from our limits.
4848
limiter := rcmgr.NewFixedLimiter(limits)
4949

50-
// Metrics are enabled by default. If you want to disable metrics, use the
50+
// Metrics are enabled by default. If you want to disable metrics, use the
5151
// WithMetricsDisabled option
5252
// Initialize the resource manager
5353
rm, err := rcmgr.NewResourceManager(limiter, rcmgr.WithMetricsDisabled())
@@ -464,8 +464,6 @@ seen the `"resource limit exceeded"` error over time. You can also check the
464464
`rcmgr_blocked_resources` metric to see how many times the resource manager has
465465
blocked a resource over time.
466466

467-
![Example graph of blocked resources over time](https://bafkreibul6qipnax5s42abv3jc6bolhd7pju3zbl4rcvdaklmk52f6cznu.ipfs.io/)
468-
469467
If the resource is blocked by a protocol-level scope, take a look at the various
470468
resource usages in the metrics. For example, if you run into a new stream being blocked,
471469
you can check the

0 commit comments

Comments
 (0)