Skip to content

Commit

Permalink
Remove deprecated model module, everything is available in pdata and …
Browse files Browse the repository at this point in the history
…semconv

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu committed Apr 28, 2022
1 parent c4bd510 commit 5cdc8a1
Show file tree
Hide file tree
Showing 45 changed files with 0 additions and 16,941 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ check-contrib:
@$(MAKE) -C $(CONTRIB_PATH) for-all CMD="$(GOCMD) mod edit -replace go.opentelemetry.io/collector=$(CURDIR)"
@$(MAKE) -C $(CONTRIB_PATH) for-all CMD="$(GOCMD) mod edit -replace go.opentelemetry.io/collector/pdata=$(CURDIR)/pdata"
@$(MAKE) -C $(CONTRIB_PATH) for-all CMD="$(GOCMD) mod edit -replace go.opentelemetry.io/collector/semconv=$(CURDIR)/semconv"
@$(MAKE) -C $(CONTRIB_PATH) for-all CMD="$(GOCMD) mod edit -replace go.opentelemetry.io/collector/model=$(CURDIR)/model"
@$(MAKE) -C $(CONTRIB_PATH) -j2 gotidy
@$(MAKE) -C $(CONTRIB_PATH) test
@echo Restoring contrib to no longer use this core checkout
Expand Down
1 change: 0 additions & 1 deletion model/Makefile

This file was deleted.

18 changes: 0 additions & 18 deletions model/go.mod

This file was deleted.

150 changes: 0 additions & 150 deletions model/go.sum

This file was deleted.

33 changes: 0 additions & 33 deletions model/otlp/json_marshaler.go

This file was deleted.

33 changes: 0 additions & 33 deletions model/otlp/json_unmarshaler.go

This file was deleted.

Loading

0 comments on commit 5cdc8a1

Please sign in to comment.