You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,11 +78,16 @@ To retrieve the current `trace_id` (eg to add it into error message (as header o
78
78
79
79
## History
80
80
81
-
### 0.2.0
81
+
### 0.3
82
82
83
-
- first public release as a crate
83
+
- Allow customization of exporter pipeline
84
+
- Fix name of the root span (#6)
84
85
85
-
### 0.1.0
86
+
### 0.2
87
+
88
+
- First public release as a crate
89
+
90
+
### 0.1
86
91
87
92
- Code originally created at part of axum-extra [Add OpenTelemetry middleware by davidpdrsn · Pull Request #769 · tokio-rs/axum](https://github.com/tokio-rs/axum/pull/769)
88
93
- Code copied and modified as part of [davidB/sandbox_axum_observability: Sandbox to experiment axum and observability](https://github.com/davidB/sandbox_axum_observability)
0 commit comments