Add stackdriver to traces (#737)

This commit is contained in:
Marwan Sulaiman
2018-10-04 18:47:38 -04:00
committed by GitHub
parent 73e45cb413
commit 337488c202
79 changed files with 21701 additions and 41 deletions
+3 -2
View File
@@ -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 = ""