Skip to content

Commit

Permalink
Move grpctrace to contrib repo (#1027)
Browse files Browse the repository at this point in the history
* Remove grpctrace package

This is being moved to the contrib repo with
open-telemetry/opentelemetry-go-contrib#189
as part of #976.

* Update Changelog

* Remove the grpc example

Moved to contrib repo

* Fix spelling error

* Update Changelog
  • Loading branch information
MrAlias authored Aug 6, 2020
1 parent ccfa2e7 commit f0620dc
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 1,920 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- Renamed `go.opentelemetry.io/otel/api/standard` package to `go.opentelemetry.io/otel/semconv` to avoid the ambiguous and generic name `standard` and better describe the package as containing OpenTelemetry semantic conventions. (#1016)

### Removed

- The `grpctrace` instrumentation was moved to the `go.opentelemetry.io/contrib` repository and out of this repository.
This move includes moving the `grpc` example to the `go.opentelemetry.io/contrib` as well. (#1027)

### Fixed

- The `semconv.HTTPServerMetricAttributesFromHTTPRequest()` function no longer generates the high-cardinality `http.request.content.length` label. (#1031)
Expand Down
28 changes: 0 additions & 28 deletions example/grpc/README.md

This file was deleted.

354 changes: 0 additions & 354 deletions example/grpc/api/hello-service.pb.go

This file was deleted.

Loading

0 comments on commit f0620dc

Please sign in to comment.