Skip to content
Snippets Groups Projects

Distributed Tracing in LabKit

Merged Andrew Newdigate requested to merge d-tracing into master
All threads resolved!
1 file
+ 14
2
Compare changes
  • Side-by-side
  • Inline
+ 14
2
@@ -83,9 +83,9 @@ code_quality:
reports:
codequality: gl-code-quality-report.json
build:
stage: build
.job_template: &build_template
<<: *link_to_gopath
stage: build
script:
# By default, tracing will be dynamically linked
- go build ./...
@@ -96,3 +96,15 @@ build:
- go build -tags "tracer_static tracer_static_jaeger" ./...
# Build statically linked with jaeger
- go build -tags "tracer_static tracer_static_datadog" ./...
build_1.9:
image: golang:1.9
<<: *build_template
build_1.10:
image: golang:1.10
<<: *build_template
build_1.11:
image: golang:1.11
<<: *build_template
Loading