mirror of
https://github.com/gomods/athens
synced 2026-02-03 13:20:30 +00:00
Revert TraceExporter Default (#1012)
* Revert TraceExporter Default * fix tests
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
@@ -221,7 +221,6 @@ func TestParseExampleConfig(t *testing.T) {
|
||||
BasicAuthPass: "",
|
||||
Storage: expStorage,
|
||||
TraceExporterURL: "http://localhost:14268",
|
||||
TraceExporter: "jaeger",
|
||||
StatsExporter: "prometheus",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user