fastrace-opentelemetry
Opentelemetry reporter for fastrace
0.18.1
4.5M downloads/mo
#4721 most downloaded on crates.io
fast/fastrace
What this package is like to depend on
Last release 2 months ago
17 Jun 2026
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 20 of 20 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
20 releases · first in 2024
7 releases in the last 12 months
see the full history below
Release timeline
20 releases · Jul 2024 to Jun 2026
2025
2026
Releases
latest 20-
0.18.117 Jun 2026 -
0.18.023 May 2026 -
0.17.003 May 2026Release notes
Open source →Notable Changes
- Upgraded MSRV to 1.85 and Edition to 2024.
New Features
- Added
OpenTelemetryReporter::with_block_on()for exporters that require a runtime-specific executor, such as OTLP HTTP exporters using asyncreqwest::Client.
-
0.16.023 Feb 2026Release notes
Open source →New Features
- Added OpenTelemetry link export support by mapping
SpanRecord.linksto OTel span links.
- Added OpenTelemetry link export support by mapping
-
0.15.118 Dec 2025Release notes
Open source →New Features
- Added a bridge to extract current fastrace
SpanContextand convert it into current OpenTelemetryContext.
- Added a bridge to extract current fastrace
-
0.15.011 Dec 2025Release notes
Open source →New Features
- Recognized
SpanContext.is_remotefromspan.parent_span_is_remotespan property.
Improvements
- Stopped exporting OpenTelemetry-reserved properties (
span.kind, status fields, remote parent flag) as generic span attributes.
- Recognized
-
0.14.006 Oct 2025 -
0.13.021 Jul 2025Release notes
Open source →New Features
- Recognized span status from
span.status_codeandspan.status_descriptionproperties.
- Recognized span status from
-
0.12.009 Jun 2025Release notes
Open source →Breaking Changes
- Removed
SpanKindargument fromOpenTelemetryReporter::new().
New Features
- Recognized
SpanKindfromspan.kindspan property.
- Removed
-
0.11.004 Jun 2025 -
0.10.023 Mar 2025 -
0.9.011 Feb 2025 -
0.8.103 Feb 2025 -
0.8.018 Nov 2024 -
0.7.427 Oct 2024 -
0.7.323 Sep 2024 -
0.7.216 Aug 2024Release notes
Open source →New Features
- Allowed
LocalSpan::add_property()when the local parent is aSpan.
- Allowed
-
0.7.114 Aug 2024 -
0.7.014 Aug 2024Release notes
Open source →Breaking Changes
- Upgraded dependencies including
opentelemetryand more. - Removed deprecated methods
Config::batch_report_intervalandConfig::batch_report_max_spans. - Changed
Reporter::report()to takeVec<SpanRecord>instead of&[SpanRecord].
New Features
- Added
SpanContext.sampled, which is propagated through child spans.
Improvements
- Deprecated
full_name!()and renamed it tofull_path!(). - Deprecated
SpanContext::encode_w3c_traceparent_with_sampled().
- Upgraded dependencies including
-
0.6.816 Jul 2024