gcp: add stackdriver tracing (#11024)

This commit is contained in:
Matteo Pagliazzi
2019-02-23 18:20:09 +01:00
committed by GitHub
parent f23dcf59ff
commit 78b49b9c7e
4 changed files with 422 additions and 6 deletions
+2 -1
View File
@@ -78,5 +78,6 @@
"TEST_DB_URI": "mongodb://localhost/habitrpg_test",
"TRANSIFEX_SLACK_CHANNEL": "transifex",
"WEB_CONCURRENCY": 1,
"SKIP_SSL_CHECK_KEY": "key"
"SKIP_SSL_CHECK_KEY": "key",
"ENABLE_STACKDRIVER_TRACING": "false"
}