This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete refactor of the extension (#25)
* Refactor Signed-off-by: Daniel González Lopes <[email protected]> * Add k6 version Signed-off-by: Daniel González Lopes <[email protected]> * wip * wip2 * wip * crocospans->cloud Signed-off-by: Daniel González Lopes <[email protected]> * Fix examples Signed-off-by: Daniel González Lopes <[email protected]> * Refactor README Signed-off-by: Daniel González Lopes <[email protected]> * Add new line Signed-off-by: Daniel González Lopes <[email protected]> Signed-off-by: Daniel González Lopes <[email protected]> Co-authored-by: Nedyalko Andreev <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,025 additions
and
665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
examples/k6 | ||
k6 | ||
k6-distributed-tracing | ||
vendor | ||
vendor | ||
gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
DOCKER_BUILD=docker build | ||
|
||
DOCKER_RUN=docker run | ||
|
||
.PHONY: build | ||
build: | ||
xk6 build master --with github.com/grafana/xk6-distributed-tracing="${PWD}/../xk6-distributed-tracing" | ||
|
||
.PHONY: proto | ||
proto: | ||
$(DOCKER_RUN) -v ${PWD}/crocospans:/defs namely/protoc-all -f *.proto -l go | ||
cp -r ${PWD}/crocospans/gen/pb-go/*.pb.go ${PWD}/crocospans |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.