Crates.io | observability-kit |
lib.rs | observability-kit |
version | 0.1.0 |
source | src |
created_at | 2024-04-16 12:34:50.010013 |
updated_at | 2024-04-16 12:34:50.010013 |
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 | 21,363 |
Tools Kit for observable services.
let _result = observability::tracing::init();
let _result = observability::otlp_tracing::try_init(env!("CARGO_PKG_NAME"));
You can use docker-compose up -d
to run Jaeger and see OTLP
in action.