Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[receiver/sapm] - follow receiver contract #35300

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into sapm-receiver-contract
  • Loading branch information
VihasMakwana authored Oct 4, 2024
commit 92608a124b650027bfb4a621e7ccadff699984aa
8 changes: 4 additions & 4 deletions receiver/sapmreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require (
github.com/gorilla/mux v1.8.1
github.com/jaegertracing/jaeger v1.61.0
github.com/klauspost/compress v1.17.10
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.110.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.110.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.110.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.110.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.111.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.111.0
github.com/signalfx/sapm-proto v0.14.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.111.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.