Skip to content

Commit b2f8cf7

Browse files
authored
Remove non-oss exporters (#18)
Only "core" OSS exporters will be supported. All others will be maintained outside of the core code.
1 parent 7407007 commit b2f8cf7

File tree

24 files changed

+115
-1127
lines changed

24 files changed

+115
-1127
lines changed

DESIGN.md

Lines changed: 109 additions & 91 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -172,26 +172,8 @@ exporters:
172172
jaeger:
173173
collector_endpoint: "http://127.0.0.1:14268/api/traces"
174174

175-
kafka:
176-
brokers: ["127.0.0.1:9092"]
177-
topic: "opentelemetry-spans"
178-
179-
stackdriver:
180-
project: "my-project-id" # optional, defaults to agent project if run on GCP
181-
enable_tracing: true
182-
183175
zipkin:
184176
endpoint: "http://127.0.0.1:9411/api/v2/spans"
185-
186-
aws-xray:
187-
region: "us-west-2"
188-
default_service_name: "verifiability_agent"
189-
version: "latest"
190-
buffer_size: 200
191-
192-
honeycomb:
193-
write_key: "739769d7-e61c-42ec-82b9-3ee88dfeff43"
194-
dataset_name: "dc8_9"
195177
```
196178
197179
### <a name="config-diagnostics"></a>Diagnostics

exporter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A variety of exporters are available to the OpenCensus Service (both Agent and Collector)
1+
A variety of exporters are available to the OpenTelemetry Service (both Agent and Collector)
22

33
## Collector
44

@@ -51,7 +51,7 @@ sampling:
5151
5252
### Queued Exporters
5353
54-
In addition to the normal `exporters`, the OpenCensus Collector supports a special configuration.
54+
In addition to the normal `exporters`, the OpenTelemetry Collector supports a special configuration.
5555
`queued-exporters` offer bounded buffer retry logic for multiple destinations.
5656

5757
```yaml

exporter/awsexporter/aws_xray.go

Lines changed: 0 additions & 199 deletions
This file was deleted.

exporter/awsexporter/aws_xray_test.go

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)