Skip to content

Commit

Permalink
Remove the experimental SDK (#221)
Browse files Browse the repository at this point in the history
* Remove the experimental SDK

* Remove the experimental SDK from README.md

* Remove the experimental SDK from Makefile
  • Loading branch information
jmacd committed Oct 17, 2019
1 parent 4172bdf commit 0025ffc
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 2,146 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ export GO111MODULE=on
EXAMPLES := \
./example/basic \
./example/http/client \
./example/http/server \
./experimental/streaming/example/basic
./example/http/server

# All source code and documents. Used in spell check.
ALL_DOCS := $(shell find . -name '*.md' -type f | sort)
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,3 @@ attempt to maintain backwards compatibility with the alpha release.
| Trace Context Propagation | Alpha | Unknown |
| OpenTracing Bridge | Alpha | October |
| OpenCensus Bridge | Alpha | Unknown |

## Experimental streaming SDK

The `experimental/streaming` directory contains an experimental SDK
that supports a low-level exporter.

```
go run experimental/streaming/example/basic/main.go
```
7 changes: 0 additions & 7 deletions experimental/streaming/example/basic/go.mod

This file was deleted.

367 changes: 0 additions & 367 deletions experimental/streaming/example/basic/go.sum

This file was deleted.

99 changes: 0 additions & 99 deletions experimental/streaming/example/basic/main.go

This file was deleted.

74 changes: 0 additions & 74 deletions experimental/streaming/exporter/buffer/buffer.go

This file was deleted.

15 changes: 0 additions & 15 deletions experimental/streaming/exporter/buffer/doc.go

This file was deleted.

32 changes: 0 additions & 32 deletions experimental/streaming/exporter/eventtype_string.go

This file was deleted.

115 changes: 0 additions & 115 deletions experimental/streaming/exporter/exporter.go

This file was deleted.

15 changes: 0 additions & 15 deletions experimental/streaming/exporter/reader/doc.go

This file was deleted.

Loading

0 comments on commit 0025ffc

Please sign in to comment.