ipld-eth-server/vendor/gopkg.in/DataDog/dd-trace-go.v1
Rob Mulholand 560305f601 Update dependencies
- uses newer version of go-ethereum required for go1.11
2018-09-13 16:14:35 -05:00
..
.circleci Update dependencies 2018-09-13 16:14:35 -05:00
contrib Update dependencies 2018-09-13 16:14:35 -05:00
ddtrace Update dependencies 2018-09-13 16:14:35 -05:00
.gitignore Add Vat init transformer 2018-09-11 16:30:29 -05:00
CONTRIBUTING.md Add Vat init transformer 2018-09-11 16:30:29 -05:00
LICENSE Add Vat init transformer 2018-09-11 16:30:29 -05:00
LICENSE-3rdparty.csv Add Vat init transformer 2018-09-11 16:30:29 -05:00
MIGRATING.md Add Vat init transformer 2018-09-11 16:30:29 -05:00
README.md Add Vat init transformer 2018-09-11 16:30:29 -05:00

CircleCI Godoc

Installing

go get gopkg.in/DataDog/dd-trace-go.v1/ddtrace

Requires:

  • Go 1.9
  • Datadog's Trace Agent >= 5.21.1

Documentation

The API is documented on godoc as well as Datadog's official documentation. If you are migrating from an older version of the tracer (e.g. 0.6.x) you may also find the migration document we've put together helpful.

Testing

Tests can be run locally using the Go toolset. The grpc.v12 integration will fail (and this is normal), because it covers for deprecated methods. In the CI environment we vendor this version of the library inside the integration. Under normal circumstances this is not something that we want to do, because users using this integration might be running versions different from the vendored one, creating hard to debug conflicts.

To run integration tests locally, you should set the INTEGRATION environment variable. The dependencies of the integration tests are best run via Docker. To get an idea about the versions and the set-up take a look at our CI config.

The best way to run the entire test suite is using the CircleCI CLI. Simply run circleci build in the repository root. Note that you might have to increase the resources dedicated to Docker to around 4GB.