Revert TraceExporter Default (#1012)

* Revert TraceExporter Default

* fix tests
This commit is contained in:
Marwan Sulaiman
2018-12-22 11:52:02 -05:00
committed by GitHub
parent 2d2bd8eff9
commit 36aba5915c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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.
-1
View File
@@ -221,7 +221,6 @@ func TestParseExampleConfig(t *testing.T) {
BasicAuthPass: "",
Storage: expStorage,
TraceExporterURL: "http://localhost:14268",
TraceExporter: "jaeger",
StatsExporter: "prometheus",
}