Skip to content

Commit 0025ffc

Browse files
authored
Remove the experimental SDK (#221)
* Remove the experimental SDK * Remove the experimental SDK from README.md * Remove the experimental SDK from Makefile
1 parent 4172bdf commit 0025ffc

File tree

26 files changed

+1
-2146
lines changed

26 files changed

+1
-2146
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ export GO111MODULE=on
55
EXAMPLES := \
66
./example/basic \
77
./example/http/client \
8-
./example/http/server \
9-
./experimental/streaming/example/basic
8+
./example/http/server
109

1110
# All source code and documents. Used in spell check.
1211
ALL_DOCS := $(shell find . -name '*.md' -type f | sort)

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,3 @@ attempt to maintain backwards compatibility with the alpha release.
105105
| Trace Context Propagation | Alpha | Unknown |
106106
| OpenTracing Bridge | Alpha | October |
107107
| OpenCensus Bridge | Alpha | Unknown |
108-
109-
## Experimental streaming SDK
110-
111-
The `experimental/streaming` directory contains an experimental SDK
112-
that supports a low-level exporter.
113-
114-
```
115-
go run experimental/streaming/example/basic/main.go
116-
```

experimental/streaming/example/basic/go.mod

-7
This file was deleted.

experimental/streaming/example/basic/go.sum

-367
This file was deleted.

experimental/streaming/example/basic/main.go

-99
This file was deleted.

experimental/streaming/exporter/buffer/buffer.go

-74
This file was deleted.

experimental/streaming/exporter/buffer/doc.go

-15
This file was deleted.

experimental/streaming/exporter/eventtype_string.go

-32
This file was deleted.

experimental/streaming/exporter/exporter.go

-115
This file was deleted.

experimental/streaming/exporter/reader/doc.go

-15
This file was deleted.

0 commit comments

Comments
 (0)