mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Add stackdriver to traces (#737)
This commit is contained in:
+3
-2
@@ -137,11 +137,12 @@ EnableCSRFProtection = false
|
||||
HGRCPath = ""
|
||||
|
||||
# TraceExporterURL is the URL to which Athens populates distributed tracing
|
||||
# information such as Jaeger.
|
||||
# information such as Jaeger. In Stackdriver, use this as the GCP ProjectID.
|
||||
# Env override: ATHENS_TRACE_EXPORTER_URL
|
||||
TraceExporterURL = ""
|
||||
|
||||
# TraceExporter is the service to which the data collected by OpenCensus can be exported to
|
||||
# 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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user