@@ -118,34 +118,34 @@ Detailed results are available in [etc/benchmark-result](https://github.com/fast
118
118
119
119
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.
120
120
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
-
131
121
## Reporters
132
122
133
123
Fastrace supports multiple out-of-box reporters to export spans:
134
124
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/) )
138
128
139
129
## Integrations
140
130
141
131
Fastrace provides integrations with popular libraries to automatically handle context propagation:
142
132
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 )
144
134
- [ fastrace-axum] ( https://crates.io/crates/fastrace-axum ) : Trace [ ` axum ` ] ( https://crates.io/crates/axum ) HTTP services
145
135
- [ fastrace-poem] ( https://crates.io/crates/fastrace-poem ) : Trace [ ` poem ` ] ( https://crates.io/crates/poem ) HTTP services
146
136
- [ fastrace-reqwest] ( https://crates.io/crates/fastrace-reqwest ) : Trace [ ` reqwest ` ] ( https://crates.io/crates/reqwest ) HTTP requests
147
137
- [ 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
149
149
150
150
## FAQ
151
151
0 commit comments