This crate provides opentelemetry metrics conforming to semantic conventions for http and tracing semantic conventions.
use trillium_opentelemetry::global::{instrument, instrument_handler}; use trillium_router::router; #[tokio::main] async fn main() { // configure a global meter provider and tracer provider here // see examples/with_global.rs for a functional example trillium_tokio::run_async(( instrument().with_route(|conn| conn.route().map(|r| r.to_string().into())), instrument_handler(router().get("/some/:path", instrument_handler("ok")), )) .await; }
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4