Skip to content

Commit

Permalink
Add otel-contrib repo as git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kohrapha committed Nov 2, 2020
1 parent 6948530 commit f21e691
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "pkg/opentelemetry-collector-contrib"]
path = pkg/opentelemetry-collector-contrib
url = https://github.com/hdj630/opentelemetry-collector-contrib.git
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ALL_SRC := $(shell find . -name '*.go' \
-not -path './testbed/*' \
-not -path '*/third_party/*' \
-not -path './.github/*' \
-not -path './pkg/devexporter/*' \
-not -path './pkg/opentelemetry-collector-contrib/*' \
-not -path './bin/*' \
-not -path './build/*' \
-type f | sort)
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

replace github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemfexporter => ./pkg/opentelemetry-collector-contrib/exporter/awsemfexporter

replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/awsxray => github.com/open-telemetry/opentelemetry-collector-contrib/internal/awsxray v0.13.1-0.20201102154212-c742efac0db4
1 change: 1 addition & 0 deletions pkg/opentelemetry-collector-contrib

0 comments on commit f21e691

Please sign in to comment.