-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(compression): Changes that follow core breaking changes to the confighttp API #36399
fix(compression): Changes that follow core breaking changes to the confighttp API #36399
Conversation
a05ae7b
to
8770113
Compare
exporter/splunkhecexporter/go.mod
Outdated
@@ -135,3 +135,7 @@ replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil | |||
replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest => ../../pkg/pdatatest | |||
|
|||
replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden => ../../pkg/golden | |||
|
|||
replace go.opentelemetry.io/collector/config/configcompression => github.com/rnishtala-sumo/opentelemetry-collector/config/configcompression v0.0.0-20241118202008-518d136b719c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmitryax - as requested, I am using core changes from my fork in contrib temporarily.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it isn't clear why I still get these errors, don't see them on my local.
../../exporter/splunkhecexporter/client.go:660:54: undefined: configcompression.TypeWithLevel
…st commit on branch (configure-compression-levels)
8770113
to
5aa495e
Compare
@@ -137,3 +137,7 @@ replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil | |||
replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest => ../../pkg/pdatatest | |||
|
|||
replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden => ../../pkg/golden | |||
|
|||
replace go.opentelemetry.io/collector/config/configcompression => github.com/rnishtala-sumo/opentelemetry-collector/config/configcompression v0.0.0-20241204155200-78d83fd4ebca |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather we merge the changes in core and use the latest main snapshot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closing this PR after SIG meeting discussion in favor of - open-telemetry/opentelemetry-collector#11805
Changes that follow core breaking changes to the confighttp API
Link to tracking issue
Issue - open-telemetry/opentelemetry-collector#10467