1
0
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:
Rob Ede
2024-06-05 04:52:05 +01:00
parent 0614b2c506
commit 8e0b57e658
16 changed files with 793 additions and 87 deletions

View 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