Skip to content

Commit

Permalink
Remove non-oss exporters (#18)
Browse files Browse the repository at this point in the history
Only "core" OSS exporters will be supported. All others will be maintained
outside of the core code.
  • Loading branch information
flands authored Jun 18, 2019
1 parent 7407007 commit b2f8cf7
Show file tree
Hide file tree
Showing 24 changed files with 115 additions and 1,127 deletions.
200 changes: 109 additions & 91 deletions DESIGN.md

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,26 +172,8 @@ exporters:
jaeger:
collector_endpoint: "http://127.0.0.1:14268/api/traces"

kafka:
brokers: ["127.0.0.1:9092"]
topic: "opentelemetry-spans"

stackdriver:
project: "my-project-id" # optional, defaults to agent project if run on GCP
enable_tracing: true

zipkin:
endpoint: "http://127.0.0.1:9411/api/v2/spans"

aws-xray:
region: "us-west-2"
default_service_name: "verifiability_agent"
version: "latest"
buffer_size: 200

honeycomb:
write_key: "739769d7-e61c-42ec-82b9-3ee88dfeff43"
dataset_name: "dc8_9"
```
### <a name="config-diagnostics"></a>Diagnostics
Expand Down
4 changes: 2 additions & 2 deletions exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A variety of exporters are available to the OpenCensus Service (both Agent and Collector)
A variety of exporters are available to the OpenTelemetry Service (both Agent and Collector)

## Collector

Expand Down Expand Up @@ -51,7 +51,7 @@ sampling:
### Queued Exporters
In addition to the normal `exporters`, the OpenCensus Collector supports a special configuration.
In addition to the normal `exporters`, the OpenTelemetry Collector supports a special configuration.
`queued-exporters` offer bounded buffer retry logic for multiple destinations.

```yaml
Expand Down
199 changes: 0 additions & 199 deletions exporter/awsexporter/aws_xray.go

This file was deleted.

96 changes: 0 additions & 96 deletions exporter/awsexporter/aws_xray_test.go

This file was deleted.

Loading

0 comments on commit b2f8cf7

Please sign in to comment.