Skip to content

Commit

Permalink
chore: Remove transformprocessor & kafkareceiver replaces (#1936)
Browse files Browse the repository at this point in the history
remove transform processor & kafka receiver replace statements
  • Loading branch information
dpaasman00 authored Oct 29, 2024
1 parent dbda590 commit 852b4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -875,10 +875,3 @@ replace github.com/mattn/go-ieproxy => github.com/mattn/go-ieproxy v0.0.1

// openshift removed all tags from their repo, use the pseudoversion from the release-3.9 branch HEAD
replace github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20180801171038-322a19404e37

// Replace transformprocessor so that metric conversion functions are temporarily available on both the metric and datapoint context.
// We will remove this in v1.63.0 of the agent and switch over to only having the conversion functions on the metric context.
replace github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor v0.111.0 => github.com/observiq/opentelemetry-collector-contrib/processor/transformprocessor v0.0.0-20241004155750-926945f2947f

// Replace receiver/kafkareceiver until this PR is released: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/35767
replace github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver => github.com/observiq/opentelemetry-collector-contrib/receiver/kafkareceiver v0.0.0-20241015153718-532694c1f04e
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1890,8 +1890,6 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/oapi-codegen/runtime v1.0.0 h1:P4rqFX5fMFWqRzY9M/3YF9+aPSPPB06IzP2P7oOxrWo=
github.com/oapi-codegen/runtime v1.0.0/go.mod h1:LmCUMQuPB4M/nLXilQXhHw+BLZdDb18B34OO356yJ/A=
github.com/observiq/opentelemetry-collector-contrib/receiver/kafkareceiver v0.0.0-20241015153718-532694c1f04e h1:b0OXY8osjmBVKwwjqKFWOi6yEBh5UV4QX5lWNFR056Q=
github.com/observiq/opentelemetry-collector-contrib/receiver/kafkareceiver v0.0.0-20241015153718-532694c1f04e/go.mod h1:KF/D8fNrDOQwrviB3/z5C68UUcHmz/5/gX/pRrPyJE8=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down Expand Up @@ -2216,6 +2214,8 @@ github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8seventsrece
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8seventsreceiver v0.112.0/go.mod h1:wg24A2b8U8ndD1RmexGUMy+fvhLaqSKZKdjC45nXiWY=
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkametricsreceiver v0.112.0 h1:pzyJIfwljJ3Aoz7n52rry6AFyr6so/s7UDicuH4UkiA=
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkametricsreceiver v0.112.0/go.mod h1:QDSQiGi93tt2aKfKdA6aatx6csT8yEJ7iYVspLw15Sc=
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.112.0 h1:s9SFpmaztDQASACSYd3+n3gC8X3zI+/XKwlBXH8CuvE=
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.112.0/go.mod h1:v61OP6Zxu8Kx4WLuswY06uaUPiOWDt5ykW9vqNQJNXc=
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.112.0 h1:aPC9qimb1YjuIcoFDHO8HpIQUjOp7FLZLg0leQZpLmc=
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.112.0/go.mod h1:Q/Wcj+miokdCFIyojKRIllKEn2p12m2g8knrmdZ43iY=
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/memcachedreceiver v0.112.0 h1:MSviOrHGPV8JlXMK+yW9sW5NPsjbfMOGUJVSmo6i2ZQ=
Expand Down

0 comments on commit 852b4d1

Please sign in to comment.