Skip to content

Commit

Permalink
chore: delete observability package from Go SDK (#2182)
Browse files Browse the repository at this point in the history
Part 1 of #2026

This deletes the whole observability package from the Go SDK, since no
one is using it yet. We'll replace it with an interface that better
aligns with our internal otel usage patterns once that's more mature.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
deniseli and github-actions[bot] authored Jul 26, 2024
1 parent 1dfc232 commit b9908a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 137 deletions.
114 changes: 0 additions & 114 deletions go-runtime/ftl/observability/metrics.go

This file was deleted.

22 changes: 0 additions & 22 deletions go-runtime/ftl/observability/traces.go

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ require (
go.opentelemetry.io/otel/metric v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/otel/sdk/metric v1.28.0
go.opentelemetry.io/otel/trace v1.28.0
go.uber.org/automaxprocs v1.5.3
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/mod v0.19.0
Expand Down Expand Up @@ -102,6 +101,7 @@ require (
github.com/stretchr/objx v0.5.2 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
golang.org/x/tools v0.22.0 // indirect
gotest.tools/v3 v3.5.1 // indirect
Expand Down

0 comments on commit b9908a6

Please sign in to comment.