Skip to content

Commit c5711fe

Browse files
committed
chore: update readme
1 parent 92fea19 commit c5711fe

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -118,34 +118,34 @@ Detailed results are available in [etc/benchmark-result](https://github.com/fast
118118

119119
Fastrace is built against the latest stable release. The minimum supported version is 1.80.0. The current Fastrace version is not guaranteed to build on Rust versions earlier than the minimum supported version.
120120

121-
## Projects using fastrace
122-
123-
Feel free to open a PR and add your projects here:
124-
125-
- [Conductor](https://github.com/the-guild-org/conductor): Open-source GraphQL Gateway
126-
- [Apache OpenDAL](https://github.com/apache/opendal): A data access layer for various storage
127-
- [Databend](https://github.com/datafuselabs/databend): Cost-Effective alternative to Snowflake
128-
- [foyer](https://github.com/mrcroxx/foyer): Hybrid in-memory and disk cache in Rust
129-
- [Sail](https://github.com/lakehq/sail): Unifying stream, batch, and AI workloads with Apache Spark compatibility
130-
131121
## Reporters
132122

133123
Fastrace supports multiple out-of-box reporters to export spans:
134124

135-
- [Jaeger](https://crates.io/crates/fastrace-jaeger): Export spans to Jaeger
136-
- [Datadog](https://crates.io/crates/fastrace-datadog): Export spans to Datadog
137-
- [OpenTelemetry](https://opentelemetry.io/): Export spans to OpenTelemetry
125+
- [`fastrace-jaeger`](https://crates.io/crates/fastrace-jaeger): Export spans to [Jaeger](https://www.jaegertracing.io/)
126+
- [`fastrace-datadog`](https://crates.io/crates/fastrace-datadog): Export spans to [Datadog](https://www.datadoghq.com/)
127+
- [`fastrace-opentelemetry`](https://crates.io/crates/fastrace-opentelemetry): Export spans to [OpenTelemetry]((https://opentelemetry.io/))
138128

139129
## Integrations
140130

141131
Fastrace provides integrations with popular libraries to automatically handle context propagation:
142132

143-
- [fastrace-futures](https://crates.io/crates/fastrace-futures): Trace `Stream` from [`futures`](https://crates.io/crates/futures)
133+
- [fastrace-futures](https://crates.io/crates/fastrace-futures): Trace Stream from [`futures`](https://crates.io/crates/futures)
144134
- [fastrace-axum](https://crates.io/crates/fastrace-axum): Trace [`axum`](https://crates.io/crates/axum) HTTP services
145135
- [fastrace-poem](https://crates.io/crates/fastrace-poem): Trace [`poem`](https://crates.io/crates/poem) HTTP services
146136
- [fastrace-reqwest](https://crates.io/crates/fastrace-reqwest): Trace [`reqwest`](https://crates.io/crates/reqwest) HTTP requests
147137
- [fastrace-tonic](https://crates.io/crates/fastrace-tonic): Trace [`tonic`](https://crates.io/crates/tonic) client and server requests
148-
- [fastrace-tracing](https://crates.io/crates/fastrace-tracing): Compatibility layer for [`tokio-tracing`](https://crates.io/crates/tracing)
138+
- [fastrace-tracing](https://crates.io/crates/fastrace-tracing): Compatibility layer for [`tracing`](https://crates.io/crates/tracing)
139+
140+
## Projects using fastrace
141+
142+
Feel free to open a PR and add your projects here:
143+
144+
- [Conductor](https://github.com/the-guild-org/conductor): Open-source GraphQL Gateway
145+
- [Apache OpenDAL](https://github.com/apache/opendal): A data access layer for various storage
146+
- [Databend](https://github.com/datafuselabs/databend): Cost-Effective alternative to Snowflake
147+
- [foyer](https://github.com/mrcroxx/foyer): Hybrid in-memory and disk cache in Rust
148+
- [Sail](https://github.com/lakehq/sail): Unifying stream, batch, and AI workloads with Apache Spark compatibility
149149

150150
## FAQ
151151

0 commit comments

Comments
 (0)