Crates.io | observability-kit |
lib.rs | observability-kit |
version | 0.3.0 |
created_at | 2024-04-16 12:34:50.010013+00 |
updated_at | 2025-09-24 15:29:46.987863+00 |
description | Configuration and other common entities related to observability |
homepage | https://gitlab.com/oss47/observability-kit |
repository | https://gitlab.com/oss47/observability-kit |
max_upload_size | |
id | 1210265 |
size | 56,554 |
Tools Kit for observable services.
let _result = observability_kit::tracing::init();
let _result = observability_kit::otlp_tracing::try_init(env!("CARGO_PKG_NAME"));
You can use podman compose up -d
to run Jaeger, RUST_LOG=trace cargo test
, wait a moment and see OTLP in action at http://localhost:16686/search