mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
ECOSYSTEM.md: add axum-tracing-opentelemetry and sandbox_axum_observability (#1087)
* ECOSYSTEM.md: add axum-tracing-opentelemetry and sandbox_axum_observability * Update ECOSYSTEM.md Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
This commit is contained in:
parent
dbdbd0165e
commit
18e45c4fdd
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ If your project isn't listed here and you would like it to be, please feel free
|
|||
- [shuttle](https://github.com/getsynth/shuttle): A serverless platform built for Rust. Now with axum support.
|
||||
- [axum-tungstenite](https://github.com/davidpdrsn/axum-tungstenite): WebSocket connections for axum directly using tungstenite
|
||||
- [axum-jrpc](https://github.com/0xdeafbeef/axum-jrpc): Json-rpc extractor for axum
|
||||
- [axum-tracing-opentelemetry](https://crates.io/crates/axum-tracing-opentelemetry): Middlewares and tools to integrate axum + tracing + opentelemetry
|
||||
|
||||
## Project showcase
|
||||
|
||||
|
@ -35,6 +36,7 @@ If your project isn't listed here and you would like it to be, please feel free
|
|||
- [CLOMonitor](https://clomonitor.io) ([repository](https://github.com/cncf/clomonitor)): Checks open source projects repositories to verify they meet certain best practices.
|
||||
- [Pinging.net](https://www.pinging.net) ([repository](https://github.com/benhansenslc/pinging)): A new way to check and monitor your internet connection.
|
||||
- [wastebin](https://github.com/matze/wastebin): A minimalist pastebin service.
|
||||
- [sandbox_axum_observability](https://github.com/davidB/sandbox_axum_observability) A Sandbox/showcase project to experiment axum and observability (tracing, opentelemetry, jaeger, grafana tempo,...)
|
||||
|
||||
[Realworld]: https://github.com/gothinkster/realworld
|
||||
[SQLx]: https://github.com/launchbadge/sqlx
|
||||
|
|
Loading…
Reference in a new issue