Commit Graph

3 Commits

Author SHA1 Message Date
Tyler Yahn a333e58ee9
Add license-check to Makefile (#228)
* Add license-check to Makefile

* Add missing licenses
2020-08-16 12:18:58 -04:00
Tyler Yahn 32a76fe5fd
Rename plugins directory to instrumentation (#47)
* Rename plugins director to instrumentation

As per open-telemetry/opentelemetry-specification#539

* Update package names

* Plugin -> instrumentation
2020-06-01 09:11:19 -07:00
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