Skip to content

Commit

Permalink
chore(derive-alloy): Remove metrics (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Oct 29, 2024
1 parent 2c47828 commit 697d543
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 479 deletions.
48 changes: 0 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ cfg-if = "1.0.0"
os_pipe = "1.2.1"
reqwest = "0.12.8"
command-fds = "0.3.0"
prometheus = "0.13.4"
lazy_static = "1.5.0"
async-trait = "0.1.83"
alloc-no-stdlib = "2.0.4"
linked_list_allocator = "0.10.5"
Expand Down
5 changes: 0 additions & 5 deletions crates/derive-alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ async-trait.workspace = true
# Workspace
kona-derive = { workspace = true, features = ["serde"] }

# `metrics` feature dependencies
lazy_static = { workspace = true, optional = true }
prometheus = { workspace = true, optional = true, features = ["process"] }

# `test-utils` feature dependencies
derive_more = { workspace = true, features = ["full"], optional = true }
alloy-rpc-client = { workspace = true, optional = true }
Expand All @@ -58,7 +54,6 @@ kona-derive = { workspace = true, features = ["serde", "test-utils"] }

[features]
default = []
metrics = ["dep:prometheus", "dep:lazy_static"]
test-utils = [
"dep:derive_more",
"dep:alloy-rpc-client",
Expand Down
Loading

0 comments on commit 697d543

Please sign in to comment.