diff --git a/config.dev.toml b/config.dev.toml index 5e130f00..3335260d 100755 --- a/config.dev.toml +++ b/config.dev.toml @@ -131,7 +131,7 @@ HGRCPath = "" # TraceExporter is the service to which the data collected by OpenCensus can be exported to. # Possible values are: jaeger, datadog, and stackdriver. # Env overide: ATHENS_TRACE_EXPORTER -TraceExporter = "jaeger" +TraceExporter = "" # TraceExporterURL is the URL to which Athens populates distributed tracing # information such as Jaeger. In Stackdriver, use this as the GCP ProjectID. diff --git a/pkg/config/config_test.go b/pkg/config/config_test.go index a0c4eaff..36285eef 100644 --- a/pkg/config/config_test.go +++ b/pkg/config/config_test.go @@ -221,7 +221,6 @@ func TestParseExampleConfig(t *testing.T) { BasicAuthPass: "", Storage: expStorage, TraceExporterURL: "http://localhost:14268", - TraceExporter: "jaeger", StatsExporter: "prometheus", }