Skip to content

Commit

Permalink
Flatten weaver pkg into semconv
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Oct 18, 2024
1 parent e45e055 commit a9d4f9e
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 195 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ semconv-generate: $(SEMCONVKIT)
docker run --rm \
-u $(DOCKER_USER) \
--env HOME=/tmp/weaver \
--mount 'type=bind,source=$(PWD)/semconv/weaver,target=/home/weaver/templates,readonly' \
--mount 'type=bind,source=$(PWD)/semconv,target=/home/weaver/templates/registry/go,readonly' \
--mount 'type=bind,source=$(PWD)/semconv/${TAG},target=/home/weaver/target' \
--mount 'type=bind,source=$(HOME)/.weaver,target=/tmp/weaver/.weaver' \
$(WEAVER_CONTAINER) registry generate \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
49 changes: 0 additions & 49 deletions semconv/metric_template.j2

This file was deleted.

145 changes: 0 additions & 145 deletions semconv/template.j2

This file was deleted.

File renamed without changes.

0 comments on commit a9d4f9e

Please sign in to comment.