Skip to content

Commit

Permalink
feat: add transform processor to collector (#984)
Browse files Browse the repository at this point in the history
Co-authored-by: Eden Federman <eden@keyval.dev>
  • Loading branch information
blumamir and edeNFed committed Feb 18, 2024
1 parent 802f693 commit a475fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion collector/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CURRENT_OS := $(shell go env GOOS)
CURRENT_ARCH := $(shell go env GOARCH)

# Define the tool version
BUILDER_VERSION = 0.91.0
BUILDER_VERSION = 0.94.0

# Define the URL format for the tool executable
BUILDER_URL = https://github.com/open-telemetry/opentelemetry-collector/releases/download/cmd%2Fbuilder%2Fv$(BUILDER_VERSION)/ocb_$(BUILDER_VERSION)_$(CURRENT_OS)_$(CURRENT_ARCH)
Expand Down
1 change: 1 addition & 0 deletions collector/builder-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ processors:
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/sumologicprocessor v0.94.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/spanprocessor v0.94.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.94.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor v0.94.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/remotetapprocessor v0.94.0

receivers:
Expand Down

0 comments on commit a475fc0

Please sign in to comment.