Skip to content

Commit f151d70

Browse files
committed
🔧 update dictionnary for cspell
1 parent 2347d99 commit f151d70

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cSpell.words": ["opentelemetry", "OTEL", "OTLP", "sdktrace", "semcov"]
3+
}

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
77

8-
98
Middlewares and tools to integrate axum + tracing + opentelemetry.
109

1110
- Read OpenTelemetry header from incoming request
@@ -66,6 +65,10 @@ async fn shutdown_signal() {
6665

6766
## History
6867

68+
### 0.2.0
69+
70+
- first public release as a crate
71+
6972
### 0.1.0
7073

7174
- 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)

0 commit comments

Comments
 (0)