Commit Graph

2 Commits

Author SHA1 Message Date
Krzesimir Nowak e4eb804471
Add the toplevel module (make `make` working again) (#16)
* Add the toplevel module

So the go tooling stops throwing weird errors. Without that, running
make fails with the following message:

```
PATH="/…/.tools:${PATH}" go generate ./...

can't load package: package ./exporters/metric/dogstatsd: code in
directory /…/exporters/metric/dogstatsd expects import
"github.com/open-telemetry/opentelemetry-go-contrib/exporters/metric/dogstatsd"

can't load package: package ./plugins/sample/trace: code in directory
/…/plugins/sample/trace expects import
"github.com/open-telemetry/opentelemetry-go-contrib/plugins/sample/trace"

make: *** [Makefile:113: generate] Error 1
```

* Rename the module to use the vanity URL

The `go.opentelemetry.io/contrib` vanity URL is working now, so let's
officially switch to it.
2020-04-17 08:40:17 -07:00
Rahul Patel 580248e374
Setup initial folder structure and build. (#3)
* Setup initial folder structure and build.

* fix review comments.
2020-02-28 09:46:32 -08:00