Skip to content

Commit

Permalink
test: update test/sharness/t0119-prometheus-data
Browse files Browse the repository at this point in the history
we no longer expect those extra ones
  • Loading branch information
lidel committed Nov 27, 2024
1 parent bc33c87 commit 53ee4ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 10 additions & 1 deletion docs/changelogs/v0.33.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ This release includes some refactorings and improvements affecting Bitswap which
#### Using default `libp2p_rcmgr` metrics

Bespoke rcmgr metrics [were removed](https://github.com/ipfs/kubo/pull/9947), Kubo now exposes only the default `libp2p_rcmgr` metrics from go-libp2p.
This makes it easier to compare Kubo with custom implementations based on go-libp2p.
This makes it easier to compare Kubo with custom implementations based on go-libp2p. Removed metrics:

```diff
-libp2p_rcmgr_memory_allocations_allowed_total
-libp2p_rcmgr_memory_allocations_blocked_total
-libp2p_rcmgr_peer_blocked_total
-libp2p_rcmgr_peers_allowed_total
```

If you depended on removed ones, please fill an issue to add them to the upstream [go-libp2p](https://github.com/libp2p/go-libp2p).

#### 📦️ Dependency updates

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
libp2p_rcmgr_memory_allocations_allowed_total
libp2p_rcmgr_memory_allocations_blocked_total
libp2p_rcmgr_peer_blocked_total
libp2p_rcmgr_peers_allowed_total

0 comments on commit 53ee4ac

Please sign in to comment.