Skip to content

Commit

Permalink
Refactor invalid footnotes into list
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jan 17, 2025
1 parent 10cf140 commit 2567574
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions content/en/blog/2025/go-2025-goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,13 @@ Stabilizing the Logs API is crucial for providing a logging solution that aligns
with OpenTelemetry’s overarching goals. Currently, a non-stable "beta"
implementation of this API is provided in the
[`log` package](https://pkg.go.dev/go.opentelemetry.io/otel/log), along with
many
bridges[^1](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otellogr)[^2](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otellogrus)[^3](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelslog)[^4](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelzap)[^5](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelzerolog)
to popular logging packages.
many bridges to popular logging packages:

- [`otellogr`](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otellogr)

Check warning on line 75 in content/en/blog/2025/go-2025-goals.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (otellogr) Suggestions: (odellog, orellog, oteelog, odellogs, orellogs)
- [`otellogrus`](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otellogrus)

Check warning on line 76 in content/en/blog/2025/go-2025-goals.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (otellogrus) Suggestions: (odellogbus, odellogres, odellogrun, orellogbus, orellogres)
- [`otelslog`](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelslog)

Check warning on line 77 in content/en/blog/2025/go-2025-goals.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (otelslog) Suggestions: (odellog, orellog, oreslog, oteelog, oyeslog)
- [`otelzap`](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelzap)

Check warning on line 78 in content/en/blog/2025/go-2025-goals.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (otelzap) Suggestions: (otélia, otélias, odelcap, odelmap, orelcap)
- [`otelzerolog`](https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelzerolog)

Check warning on line 79 in content/en/blog/2025/go-2025-goals.md

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (otelzerolog) Suggestions: (odelzerolog, orelzerolog, oteezerolog, oTTLzerolog, okezerolog)

The Go SIG plans to continue its effort in developing the upstream
specification. Work to stabilize the OpenTelemetry Go implementation depends on
Expand Down

0 comments on commit 2567574

Please sign in to comment.