Skip to content

Commit df591bc

Browse files
refactor: extract iroh-metrics into its own repo (#2989)
## Description Lives now in https://github.com/n0-computer/iroh-metrics ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [x] Tests if relevant. - [x] All breaking changes documented.
1 parent 8c00f7b commit df591bc

File tree

16 files changed

+12
-610
lines changed

16 files changed

+12
-610
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
# uses: obi1kenobi/cargo-semver-checks-action@v2
190190
uses: n0-computer/cargo-semver-checks-action@feat-baseline
191191
with:
192-
package: iroh, iroh-base, iroh-dns-server, iroh-metrics, iroh-net-bench, iroh-node-util, netwatch, portmapper, iroh-relay, iroh-net-report
192+
package: iroh, iroh-base, iroh-dns-server, iroh-net-bench, iroh-node-util, netwatch, portmapper, iroh-relay, iroh-net-report
193193
baseline-rev: ${{ env.HEAD_COMMIT_SHA }}
194194
use-cache: false
195195

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
RUSTFLAGS: -Dwarnings
2424
RUSTDOCFLAGS: -Dwarnings
2525
SCCACHE_CACHE_SIZE: "10G"
26-
CRATES_LIST: "iroh,iroh-node-util,iroh-metrics,iroh-net-bench,iroh-test,iroh-dns-server,netwatch,portmapper,iroh-relay,iroh-net-report"
26+
CRATES_LIST: "iroh,iroh-node-util,iroh-net-bench,iroh-test,iroh-dns-server,netwatch,portmapper,iroh-relay,iroh-net-report"
2727
IROH_FORCE_STAGING_RELAYS: "1"
2828

2929
jobs:

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
members = [
33
"iroh-base",
44
"iroh-dns-server",
5-
"iroh-metrics",
65
"iroh",
76
"iroh-test",
87
"iroh/bench",

iroh-dns-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ governor = "0.6.3" #needs new release of tower_governor for 0.7.0
2929
hickory-proto = "=0.25.0-alpha.2"
3030
hickory-server = { version = "=0.25.0-alpha.2", features = ["dns-over-rustls"] }
3131
http = "1.0.0"
32-
iroh-metrics = { version = "0.28.0", path = "../iroh-metrics" }
32+
iroh-metrics = "0.28"
3333
lru = "0.12.3"
3434
parking_lot = "0.12.1"
3535
pkarr = { version = "2.2.0", features = [ "async", "relay", "dht"], default-features = false }

iroh-metrics/Cargo.toml

Lines changed: 0 additions & 40 deletions
This file was deleted.

iroh-metrics/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

iroh-metrics/src/core.rs

Lines changed: 0 additions & 196 deletions
This file was deleted.

0 commit comments

Comments
 (0)