Skip to content

Commit

Permalink
exporters/signalfx: Configure correlation from signalfx exporter (#1795)
Browse files Browse the repository at this point in the history
This puts the configuration for correlation inside the signalfx exporter
config. For it to be used at runtime the exporter must be added to the traces
pipeline.
  • Loading branch information
jrcamp authored Dec 14, 2020
1 parent f53bd40 commit edb91c3
Show file tree
Hide file tree
Showing 30 changed files with 281 additions and 1,988 deletions.
2 changes: 0 additions & 2 deletions cmd/otelcontribcol/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import (
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/newrelicexporter"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sapmexporter"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sentryexporter"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/signalfxcorrelationexporter"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/signalfxexporter"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter"
"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/stackdriverexporter"
Expand Down Expand Up @@ -138,7 +137,6 @@ func components() (component.Factories, error) {
newrelicexporter.NewFactory(),
sapmexporter.NewFactory(),
sentryexporter.NewFactory(),
signalfxcorrelationexporter.NewFactory(),
signalfxexporter.NewFactory(),
splunkhecexporter.NewFactory(),
stackdriverexporter.NewFactory(),
Expand Down
1 change: 0 additions & 1 deletion exporter/signalfxcorrelationexporter/Makefile

This file was deleted.

38 changes: 0 additions & 38 deletions exporter/signalfxcorrelationexporter/README.md

This file was deleted.

87 changes: 0 additions & 87 deletions exporter/signalfxcorrelationexporter/config_test.go

This file was deleted.

69 changes: 0 additions & 69 deletions exporter/signalfxcorrelationexporter/exporter.go

This file was deleted.

67 changes: 0 additions & 67 deletions exporter/signalfxcorrelationexporter/exporter_test.go

This file was deleted.

75 changes: 0 additions & 75 deletions exporter/signalfxcorrelationexporter/factory.go

This file was deleted.

Loading

0 comments on commit edb91c3

Please sign in to comment.