mirror of
https://github.com/actix/examples
synced 2025-09-02 11:56:38 +02:00
feat: add mainmatter telemetry workshop example
This commit is contained in:
22
tracing/mainmatter-workshop/Cargo.toml
Normal file
22
tracing/mainmatter-workshop/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "tracing-mainmatter-workshop"
|
||||
version = "1.0.0"
|
||||
publish.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web.workspace = true
|
||||
actix-web-lab.workspace = true
|
||||
dotenvy.workspace = true
|
||||
metrics = "0.23"
|
||||
metrics-exporter-prometheus = { version = "0.15", default-features = false }
|
||||
opentelemetry = "0.22"
|
||||
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio-current-thread"] }
|
||||
opentelemetry-otlp = { version = "0.15", features = ["tls-roots"] }
|
||||
tonic = "0.11"
|
||||
tracing-actix-web = { version = "0.7", features = ["opentelemetry_0_22", "uuid_v7"] }
|
||||
tracing-opentelemetry = "0.23"
|
||||
tracing-subscriber.workspace = true
|
||||
tracing-bunyan-formatter = "0.3"
|
||||
tracing.workspace = true
|
Reference in New Issue
Block a user