From 36aba5915cc0893df7a5ee883c6e69858c7bb104 Mon Sep 17 00:00:00 2001 From: Marwan Sulaiman Date: Sat, 22 Dec 2018 11:52:02 -0500 Subject: [PATCH] Revert TraceExporter Default (#1012) * Revert TraceExporter Default * fix tests --- config.dev.toml | 2 +- pkg/config/config_test.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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", }