forked from kmesh-net/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (35 loc) · 851 Bytes
/
Cargo.toml
File metadata and controls
37 lines (35 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
edition.workspace = true
license-file.workspace = true
name = "orion-metrics"
rust-version.workspace = true
version.workspace = true
[features]
jemalloc = ["dep:tikv-jemalloc-ctl"]
metrics = []
[dependencies]
ahash = "0.8.11"
dashmap = "6.1.0"
http.workspace = true
memory-stats = "1.2.0"
nohash = "0.2.0"
opentelemetry = "0.29.0"
opentelemetry-otlp = { version = "0.29.0", features = [
"grpc-tonic",
"http-json",
"hyper-client",
"serde",
"serde_json",
"serialize",
"tokio",
"tonic",
] }
opentelemetry_sdk = "0.29.0"
orion-configuration.workspace = true
orion-interner.workspace = true
parking_lot = "0.12.3"
serde.workspace = true
thread-id = "5.0.0"
tikv-jemalloc-ctl = { version = "0.6.0", optional = true, features = ["stats"] }
tracing.workspace = true
tracing-subscriber.workspace = true